PyTorch-Pretrained-ViT icon indicating copy to clipboard operation
PyTorch-Pretrained-ViT copied to clipboard

Vision Transformer (ViT) in PyTorch

Results 24 PyTorch-Pretrained-ViT issues
Sort by recently updated
recently updated
newest added

Hi, Congratulation for your amazing work ! when l am using the VIT pre trained model l got this weird issue. Do you have an idea where this issue comes...

Hi, thanks for your nice work. Are the pretrained weights for VIT-B (or any Vit) also available with only using Imagenet-1k, not 21k+finetuining on 1k? Does anyone know where they...

![image](https://user-images.githubusercontent.com/41703002/198752540-2676fde7-51e9-4966-b953-cbd57d350baf.png) The variable "resize_positional_embedding" is created at line 136 and is not in the constructor's parameters. I you want to specify your own parameters and you don't specify a name...