change amp level of inceptionv3 from o2 to o3

Merge pull request  from zhouyaqiang0/master
This commit is contained in:
mindspore-ci-bot 2020-10-15 09:16:03 +08:00 committed by Gitee
commit cc7f12f9ad
1 changed files with 1 additions and 1 deletions
model_zoo/official/cv/inceptionv3/src

View File

@ -42,7 +42,7 @@ config_gpu = edict({
'is_save_on_master': 0,
'dropout_keep_prob': 0.5,
'has_bias': True,
'amp_level': 'O0'
'amp_level': 'O3'
})
config_ascend = edict({