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
!13589
adjust performance of bert_thor in ci test script
From:
@sl_wang
Reviewed-by: @kisnwang,@jjfeing Signed-off-by:
@jjfeing
pull/13589/MERGE
mindspore-ci-bot
Gitee
5 years ago
parent
0451a800bc
08f92b349f
commit
5efd243157
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/networks/models/bert/bert_performance/test_bert_thor.py
+ 1
- 1
tests/st/networks/models/bert/bert_performance/test_bert_thor.py
View File
@@ -234,7 +234,7 @@ def test_bert_thor_8p():
os.system("rm -rf " + str(i))
print("End training...")
assert mean_cost < 6
6
assert mean_cost < 6
9
assert mean_loss < 8.125
Write
Preview
Loading…
Cancel
Save