forked from mindspore-Ecosystem/mindspore
!7544 fix readme of densenet121 and config of inceptionv3
Merge pull request !7544 from zhouyaqiang0/master
This commit is contained in:
commit
813e4624ab
|
@ -246,7 +246,7 @@ You can modify the training behaviour through the various flags in the `train.py
|
||||||
| Dataset | ImageNet |
|
| Dataset | ImageNet |
|
||||||
| epochs | 120 |
|
| epochs | 120 |
|
||||||
| outputs | probability |
|
| outputs | probability |
|
||||||
| train performance | Top1:75.13%; Top5:92.57% |
|
| accuracy | Top1:75.13%; Top5:92.57% |
|
||||||
|
|
||||||
### Training performance results
|
### Training performance results
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ config_gpu = edict({
|
||||||
'is_save_on_master': 0,
|
'is_save_on_master': 0,
|
||||||
'dropout_keep_prob': 0.5,
|
'dropout_keep_prob': 0.5,
|
||||||
'has_bias': True,
|
'has_bias': True,
|
||||||
'amp_level': 'O3'
|
'amp_level': 'O0'
|
||||||
})
|
})
|
||||||
|
|
||||||
config_ascend = edict({
|
config_ascend = edict({
|
||||||
|
|
Loading…
Reference in New Issue