pytorch / hub

Submission to https://pytorch.org/hub/
1.38k stars 240 forks source link

Imagenet Pytorch Model Classes serial vs HF imagenet dataset classes serial #325

Closed yesdeepakmittal closed 1 year ago

yesdeepakmittal commented 1 year ago

Classes serial in https://github.com/pytorch/hub/blob/master/imagenet_classes.txt is different than what in https://huggingface.co/datasets/Maysee/tiny-imagenet. Can anyone provide the linkage b/t the classes?

NicolasHug commented 1 year ago

@yesdeepakmittal one is ImageNet, the other is Tiny-Imagenet. They're different datasets.