mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Prepping for final MobileCLIP weight locations (#2199)
* Prepping for final MobileCLIP weight locations * Update weight locations to coreml-projects * Update mobileclip weight locations with final apple org location
This commit is contained in:
parent
575978ba55
commit
22de845add
@ -1391,21 +1391,21 @@ default_cfgs = generate_default_cfgs({
|
||||
),
|
||||
|
||||
"fastvit_mci0.apple_mclip": _cfg(
|
||||
#hf_hub_id='timm/',
|
||||
hf_hub_id='apple/mobileclip_s0_timm',
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_s0.pt',
|
||||
crop_pct=0.95,
|
||||
num_classes=512, # CLIP proj dim
|
||||
mean=(0., 0., 0.), std=(1., 1., 1.)
|
||||
),
|
||||
"fastvit_mci1.apple_mclip": _cfg(
|
||||
# hf_hub_id='timm/',
|
||||
hf_hub_id='apple/mobileclip_s1_timm',
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_s1.pt',
|
||||
crop_pct=0.95,
|
||||
num_classes=512, # CLIP proj dim
|
||||
mean=(0., 0., 0.), std=(1., 1., 1.)
|
||||
),
|
||||
"fastvit_mci2.apple_mclip": _cfg(
|
||||
# hf_hub_id='timm/',
|
||||
hf_hub_id='apple/mobileclip_s2_timm',
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_s2.pt',
|
||||
crop_pct=0.95,
|
||||
num_classes=512, # CLIP proj dim
|
||||
|
@ -386,13 +386,15 @@ default_cfgs = generate_default_cfgs({
|
||||
'vit_base_resnet50d_224.untrained': _cfg(
|
||||
mean=IMAGENET_DEFAULT_MEAN, std=IMAGENET_DEFAULT_STD, first_conv='patch_embed.backbone.conv1.0'),
|
||||
|
||||
'vit_base_mci_224.apple_mclip': _cfg(
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_b.pt',
|
||||
'vit_base_mci_224.apple_mclip_lt': _cfg(
|
||||
hf_hub_id='apple/mobileclip_b_lt_timm',
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_blt.pt',
|
||||
num_classes=512,
|
||||
mean=(0., 0., 0.), std=(1., 1., 1.), first_conv='patch_embed.backbone.0.conv',
|
||||
),
|
||||
'vit_base_mci_224.apple_mclip_lt': _cfg(
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_blt.pt',
|
||||
'vit_base_mci_224.apple_mclip': _cfg(
|
||||
hf_hub_id='apple/mobileclip_b_timm',
|
||||
url='https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_b.pt',
|
||||
num_classes=512,
|
||||
mean=(0., 0., 0.), std=(1., 1., 1.), first_conv='patch_embed.backbone.0.conv',
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user