Open Anonymity111222 opened 4 months ago
Hi, perhaps, I didn't understand your code clearly, but I think you didn't split the dataset into train set, val set and test set. You straightly validate and test your model on test set. If that is right, I think it's wrong.
Can you provide the code for training Imagenet, thank you.
Hi @Anonymity111222 , Were you able to figure out how to train the ViT-base models here on ImageNet?
Hi, perhaps, I didn't understand your code clearly, but I think you didn't split the dataset into train set, val set and test set. You straightly validate and test your model on test set. If that is right, I think it's wrong.