Skip to content

Commit 26f04a8

Browse files
committed
Fix a weight link
1 parent 8f4a022 commit 26f04a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/vision_transformer_hybrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _cfg(url='', **kwargs):
6969

7070
# hybrid in-21k models (weights from official Google JAX impl where they exist)
7171
'vit_tiny_r_s16_p8_224_in21k': _cfg(
72-
url='https://storage.googleapis.com/vit_models/augreg/Ti_16-i1k-300ep-lr_0.001-aug_medium1-wd_0.1-do_0.0-sd_0.0.npz',
72+
url='https://storage.googleapis.com/vit_models/augreg/R_Ti_16-i21k-300ep-lr_0.001-aug_none-wd_0.03-do_0.0-sd_0.0.npz',
7373
num_classes=21843, crop_pct=0.9, first_conv='patch_embed.backbone.conv'),
7474
'vit_small_r26_s32_224_in21k': _cfg(
7575
url='https://storage.googleapis.com/vit_models/augreg/R26_S_32-i21k-300ep-lr_0.001-aug_medium2-wd_0.03-do_0.0-sd_0.0.npz',

0 commit comments

Comments
 (0)