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
Are there any instructions to help me train the model on other datasets mentioned in the paper, e.g., Oxford pets?
As I understood, as of now, it is just possible to train on CIFAR10 or CIFAR100.
I would appreciate any clues that point me in the right direction.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hello, I have managed to train the model with a dataset from a folder I have. I did that by changing the code of the data_utils.py.
Check It and use the torchvision.datasets to load the specific dataset. don't forget to change this in the config
Are there any instructions to help me train the model on other datasets mentioned in the paper, e.g., Oxford pets?
As I understood, as of now, it is just possible to train on CIFAR10 or CIFAR100.
I would appreciate any clues that point me in the right direction.
Thanks a lot.
The text was updated successfully, but these errors were encountered: