This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Set none for self.param_info
pull/15630/head
huanghui
5 years ago
parent
7835f73fea
commit
8534fc9ac5
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mindspore/common/parameter.py
+ 3
- 0
mindspore/common/parameter.py
View File
@@ -609,3 +609,6 @@ class ParameterTuple(tuple):
def __parameter_tuple__(self):
"""For parse check."""
def __del__(self):
self.param_info = None
Write
Preview
Loading…
Cancel
Save