forked from mindspore-Ecosystem/mindspore
change amp level of inceptionv3 from o2 to o3
This commit is contained in:
parent
520a09c76d
commit
3b3b701edf
|
@ -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