We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4a022 commit 26f04a8Copy full SHA for 26f04a8
timm/models/vision_transformer_hybrid.py
@@ -69,7 +69,7 @@ def _cfg(url='', **kwargs):
69
70
# hybrid in-21k models (weights from official Google JAX impl where they exist)
71
'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',
+ 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',
73
num_classes=21843, crop_pct=0.9, first_conv='patch_embed.backbone.conv'),
74
'vit_small_r26_s32_224_in21k': _cfg(
75
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