forked from scottclowe/zs-ssl-clustering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_paths.txt
58 lines (49 loc) · 1.08 KB
/
model_paths.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
MAE - IM-1K:
timm_vit_base_patch16_224.mae
timm_vit_large_patch16_224.mae
timm_vit_huge_patch16_224.mae
DINO - IM-1K:
dino_vits16
dino_vits8
dino_vitb16
dino_vitb8
dino_resnet50
DINOv2 - LVD-142M:
dinov2_vits14
dinov2_vitb14
dinov2_vitl14
dinov2_vitg14
CLIP - UNKN:
RN50
RN101
RN50x4
RN50x16
RN50x64
ViT-B/32
ViT-B/16
ViT-L/14
ViT-L/14@336px
SwAV - IM-1K:
swav_resnet50
swav_resnet50w2
swav_resnet50w4
swav_resnet50w5
Barlow Twins- IM-1K:
barlowtwins_resnet50
VICReg - IM-1K:
vicreg_resnet50
vicreg_resnet50x2
vicreg_resnet200x2
VICRegL - IM-1K:
vicregl_resnet50_alpha0p9
vicregl_resnet50_alpha0p75
vicregl_convnext_small_alpha0p9
vicregl_convnext_small_alpha0p75
vicregl_convnext_base_alpha0p9
vicregl_convnext_base_alpha0p75
VICRegL - IM-22k:
vicregl_convnext_xlarge_alpha0p75
MOCOv3 - IM-1K:
moco_resnet50 (Download from https://dl.fbaipublicfiles.com/moco-v3/r-50-1000ep/r-50-1000ep.pth.tar)
moco_vit_small (Download from https://dl.fbaipublicfiles.com/moco-v3/vit-s-300ep/vit-s-300ep.pth.tar)
moco_vit_base (Download from https://dl.fbaipublicfiles.com/moco-v3/vit-b-300ep/vit-b-300ep.pth.tar)