Browse Source

!7292 change amp level of inceptionv3 from o2 to o3

Merge pull request !7292 from zhouyaqiang0/master
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
cc7f12f9ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      model_zoo/official/cv/inceptionv3/src/config.py

+ 1
- 1
model_zoo/official/cv/inceptionv3/src/config.py 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({


Loading…
Cancel
Save