Missing ImageNet in torchvision v0.2.2

I’m trying to use torchvision’s ImageNet dataset, but it looks like it doesn’t exist in v0.2.2. Is there a reason for this, or am I just missing something?

UPDATE: @TheCodez answered this for me.

@audball that’s because it was added after the 0.2.2 release. It will be in the next release, until then you can install torchvision from source:
python setup.py install

1 Like