forked from mindspore-Ecosystem/mindspore
!7292 change amp level of inceptionv3 from o2 to o3
Merge pull request !7292 from zhouyaqiang0/master
This commit is contained in:
commit
cc7f12f9ad
model_zoo/official/cv/inceptionv3/src
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue