!7544 fix readme of densenet121 and config of inceptionv3

Merge pull request !7544 from zhouyaqiang0/master
This commit is contained in:
mindspore-ci-bot 2020-11-02 10:07:50 +08:00 committed by Gitee
commit 813e4624ab
2 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ You can modify the training behaviour through the various flags in the `train.py
| Dataset | ImageNet |
| epochs | 120 |
| outputs | probability |
| train performance | Top1:75.13%; Top5:92.57% |
| accuracy | Top1:75.13%; Top5:92.57% |
### Training performance results

View File

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