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
!8964
Fix pynative grad core dump bug
From:
@zjun3021
Reviewed-by: @kisnwang,@chujinjin Signed-off-by:
@chujinjin
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
2da2ade743
b4b4310c28
commit
cab7d86ec1
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mindspore/ccsrc/pipeline/pynative/pynative_execute.cc
+ 2
- 1
mindspore/ccsrc/pipeline/pynative/pynative_execute.cc
View File
@@ -2022,8 +2022,9 @@ void PynativeExecutor::Clear(const std::string &flag) {
ConfigManager::GetInstance().ResetIterNum();
if (top_graph_cells_.find(flag) != top_graph_cells_.end()) {
op_forward_map_.clear();
Clean();
}
Clean
();
node_abs_map_.clear
();
return;
}
Write
Preview
Loading…
Cancel
Save