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
!5262
fix grad all ci bug
Merge pull request
!5262
from flywind/fix_grad_all
tags/v1.0.0
mindspore-ci-bot
Gitee
5 years ago
parent
87643d7a05
44b738e8ac
commit
c0e02bd88b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/ut/python/pipeline/parse/test_parse.py
+ 1
- 1
tests/ut/python/pipeline/parse/test_parse.py
View File
@@ -277,7 +277,7 @@ class AssignWhenInsertGrad(nn.Cell):
out = self.getG(out)
return out
grad_all = C.GradOperation(
'get_all',
get_all=True)
grad_all = C.GradOperation(get_all=True)
class GradNet(nn.Cell):
def __init__(self, net):
Write
Preview
Loading…
Cancel
Save