CeiT-pytorch icon indicating copy to clipboard operation
CeiT-pytorch copied to clipboard

Training on new datasets.

Open mahdi-darvish opened this issue 2 years ago • 2 comments

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.

mahdi-darvish avatar Jul 27 '21 18:07 mahdi-darvish

Hi , I am going throught the same question I was wondering if you figured it out ?

Oussamab21 avatar Oct 18 '21 19:10 Oussamab21

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

mahmoudsegni avatar Jun 16 '22 21:06 mahmoudsegni