Open henbucuoshanghai opened 2 years ago
There is neither a training script nor are there pre-trained models. This is a repository that provides implementations of different ViT architectures. If you need an example how to train a model from scratch, check out the provided notebook. Basically, can also use any other tutorial that provides information on training classifiers in PyTorch (e.g., this one) and just swap the classifier (however, keep in mind that depending on your data, additionally modifications might be necessary).
Have you solved this problem? I have the same problem