You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
I’m currently trying to locate the training datasets. Although the paper specifies ImageNet, after downloading ILSVRC 2012, I noticed that the labels don’t align with those in the code!
For instance, in the code, I set class_labels=[15] to generate an image of a bird, but in the ILSVRC 2012 dataset, I found a dataset containing images of a sea lion instead!
This has piqued my curiosity about the exact dataset used to train the model.
I’m currently trying to locate the training datasets. Although the paper specifies ImageNet, after downloading ILSVRC 2012, I noticed that the labels don’t align with those in the code!
For instance, in the code, I set class_labels=[15] to generate an image of a bird, but in the ILSVRC 2012 dataset, I found a dataset containing images of a sea lion instead!
This has piqued my curiosity about the exact dataset used to train the model.