-
Was wondering if this variant of the ViT weights are available inside Paper reference: When Vision Transformers Outperform ResNets without Pretraining or Strong Data Augmentations |
Beta Was this translation helpful? Give feedback.
Answered by
sayakpaul
Aug 30, 2021
Replies: 1 comment
-
I figured I had to install
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sayakpaul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured I had to install
timm
from GitHub to be able to access the SAM checkpoints:['vit_base_patch16_sam_224', 'vit_base_patch32_sam_224']
.