forked from mindspore-Ecosystem/mindspore
fix efficientnet imagenet accuracy
This commit is contained in:
parent
7dd2ae02ee
commit
61d1559bb8
|
@ -68,7 +68,7 @@ efficientnet_b0_config_imagenet = EasyDict({
|
|||
'workers': 8,
|
||||
'amp_level': 'O0',
|
||||
'opt': 'rmsprop',
|
||||
'num_classes': 10,
|
||||
'num_classes': 1000,
|
||||
#'Type of global pool, "avg", "max", "avgmax", "avgmaxc"
|
||||
'gp': 'avg',
|
||||
'momentum': 0.9,
|
||||
|
|
Loading…
Reference in New Issue