fix efficientnet imagenet accuracy

This commit is contained in:
panfengfeng 2021-07-09 05:12:54 +08:00
parent 83d6ab79e1
commit a1c6e7f1f6
1 changed files with 1 additions and 1 deletions

View File

@ -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,