change amp level of inceptionv3 from o2 to o3

This commit is contained in:
zhouyaqiang 2020-10-14 15:30:15 +08:00
parent 520a09c76d
commit 3b3b701edf
1 changed files with 1 additions and 1 deletions

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({