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
!15630
Set none for self.param_info
From:
@irmo
Reviewed-by: @ginfung,@zh_qh Signed-off-by:
@zh_qh
pull/15630/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
bf67de6b1f
8534fc9ac5
commit
ac07b2c4b2
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