pytorch-image-models
pytorch-image-models copied to clipboard
[FEATURE] Add ViT-S_16 SAM
Is your feature request related to a problem? Please describe. ViT-S_16 SAM can be adopted as described in https://console.cloud.google.com/storage/browser/vit_models/sam;tab=objects?pli=1&prefix=&forceOnObjectsSortingFiltering=false.
Describe the solution you'd like Add the model information in timm/models/vision_transformer.py
Additional context I opened an issue before pulling for checking twice.