You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried evaluate on imagenet val set with official pretrained vgg16_bn with the following code. python main.py -a vgg16_bn --pretrained --evaluate <SOMEPATH>/imagenet/
The accuracy is poor, got top1 acc 1.054 and top5 acc 2.134.
However I tried to swap the name of the directory of train set and val set to re-evaluate acc on test set, in case there was anything wrong with my command.
I got top1 and top5 acc over 90, which seemed to be correct with train set. I'm really confused what's wrong with my evaluation on test set.