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
!12542
fix ST probability failure of resnet thor
From:
@wangmin0104
Reviewed-by: @xsmq,@zhunaipan Signed-off-by:
@xsmq
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
4 years ago
parent
4bb5b4a86f
f1f0ad41ff
commit
8b1f3d6c03
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/st/networks/models/resnet50/test_resnet50_imagenet.py
+ 1
- 1
tests/st/networks/models/resnet50/test_resnet50_imagenet.py
View File
@@ -369,4 +369,4 @@ def test_resnet_and_resnet_thor_imagenet_4p():
os.system("rm -rf " + str(i))
os.system("rm -rf " + str(i))
print("End training...")
print("End training...")
assert thor_acc > 0.25
assert thor_acc > 0.25
assert thor_cost < 2
1
assert thor_cost < 2
2
Write
Preview
Loading…
Cancel
Save