Hi, I just looked into the pytorch version of your code and I wonder if you could help clarify some points.
(1) ImageNet-100 train.txt consists of 13000 images. So I assume the reported results are from using 130 images per class during training?
(2) NUS_WIDE in caffe has 81 classes but only 21 classes in pytorch folder. Are the files in pytorch folder the result of selecting only the images with the 21 most frequent labels?
Hi, I just looked into the pytorch version of your code and I wonder if you could help clarify some points.
(1) ImageNet-100 train.txt consists of 13000 images. So I assume the reported results are from using 130 images per class during training?
(2) NUS_WIDE in caffe has 81 classes but only 21 classes in pytorch folder. Are the files in pytorch folder the result of selecting only the images with the 21 most frequent labels?
Thank you for answering my questions.