Skip to content

Specifics of ImageNet Training Set #1102

Answered by hankyul2
michaelschleiss asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. I am not @rwightman, but want to help you .😊

ImageNet-1k Train/Val:

  • Train = training images(Task 1&2).
  • Validation = validation images(all tasks).

Accuray numbers reported in results-imagenet.csv are not only trained with imagenet-1k, but some models are trained with external dataset(e.g. imagenet-21k) or other training techniques(e.g. distilation).

If you want to reproduce similar (within 1.0%) accuracy shown in results-imagenet.csv, you should consider to check original paper or repository. Fortunately, many recent works are based on this repository, so you can easily use their hyperparameters.

Examples)

deit_small_patch16_224, 79.9 shown in facebookresearch/deit

python3 -m torch.d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelschleiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants