Skip to content

Commit

Permalink
0.8.21dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Apr 28, 2023
1 parent 51b262e commit 5e64777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions timm/models/vision_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,10 +1019,10 @@ def _cfg(url='', **kwargs):
custom_load=True, num_classes=21843),

# SAM trained models (https://arxiv.org/abs/2106.01548)
'vit_base_patch32_224.sam': _cfg(
'vit_base_patch32_224.sam_in1k': _cfg(
url='https://storage.googleapis.com/vit_models/sam/ViT-B_32.npz', custom_load=True,
hf_hub_id='timm/'),
'vit_base_patch16_224.sam': _cfg(
'vit_base_patch16_224.sam_in1k': _cfg(
url='https://storage.googleapis.com/vit_models/sam/ViT-B_16.npz', custom_load=True,
hf_hub_id='timm/'),

Expand Down
2 changes: 1 addition & 1 deletion timm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.20dev0'
__version__ = '0.8.21dev0'

0 comments on commit 5e64777

Please sign in to comment.