Skip to content

low validation accuracy with official pretrained models #550

@zb1439

Description

@zb1439

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions