ImageNetV2_pytorch icon indicating copy to clipboard operation
ImageNetV2_pytorch copied to clipboard

ImageNetV2 Pytorch Dataset

Results 2 ImageNetV2_pytorch issues
Sort by recently updated
recently updated
newest added

Hi, I tried to load the ImageNetV2Dataset on both linux and colab, both returned the same error: ``` ! pip install git+https://github.com/modestyachts/ImageNetV2_pytorch from imagenetv2_pytorch import ImageNetV2Dataset from torch.utils.data import DataLoader...

This dataset seems to have 10 or 50 images per class of the imagenet. I’m wondering is there any requirement of cherrypicking the images per class? Or they’re selected randomly?