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
Relax-the-threshold-of-pynative-resnet50-performance-st
tags/v0.6.0-beta
lvliang
6 years ago
parent
e09d50e4d6
commit
6f1d2768f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/st/pynative/test_pynative_resnet50.py
+ 1
- 1
tests/st/pynative/test_pynative_resnet50.py
View File
@@ -428,5 +428,5 @@ def test_pynative_resnet50():
cost_time = end_time - start_time
print("======step: ", step, " loss: ", loss_output.asnumpy(), " cost time: ", cost_time)
if step > 1:
assert cost_time < 0.3
assert cost_time < 0.3
1
Write
Preview
Loading…
Cancel
Save