!3497 restore transformer st

Merge pull request !3497 from yuchaojie/transformer_st
This commit is contained in:
mindspore-ci-bot 2020-07-27 11:41:56 +08:00 committed by Gitee
commit ca42c21206
1 changed files with 1 additions and 1 deletions

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.level1
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard