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
!3497
restore transformer st
Merge pull request
!3497
from yuchaojie/transformer_st
tags/v0.7.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
8e3d788942
a2b1c38cf2
commit
ca42c21206
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/model_zoo_tests/transformer/test_transformer.py
+ 1
- 1
tests/st/model_zoo_tests/transformer/test_transformer.py
View File
@@ -105,7 +105,7 @@ class TimeMonitor(Callback):
self.epoch_mseconds_list.append(epoch_mseconds)
self.per_step_mseconds_list.append(epoch_mseconds / self.data_size)
@pytest.mark.level
1
@pytest.mark.level
0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
Write
Preview
Loading…
Cancel
Save