brainscore-vision 2.1__py3-none-any.whl → 2.2.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- brainscore_vision/benchmarks/coggan2024_behavior/__init__.py +2 -1
- brainscore_vision/benchmarks/coggan2024_behavior/test.py +2 -2
- brainscore_vision/benchmarks/coggan2024_fMRI/__init__.py +4 -4
- brainscore_vision/benchmarks/coggan2024_fMRI/test.py +2 -2
- brainscore_vision/benchmarks/imagenet/imagenet2012.csv +50000 -50000
- brainscore_vision/benchmarks/imagenet_c/benchmark.py +1 -1
- brainscore_vision/benchmarks/lonnqvist2024/__init__.py +8 -0
- brainscore_vision/benchmarks/lonnqvist2024/benchmark.py +125 -0
- brainscore_vision/benchmarks/lonnqvist2024/test.py +61 -0
- brainscore_vision/benchmarks/malania2007/benchmark.py +3 -0
- brainscore_vision/benchmarks/maniquet2024/benchmark.py +1 -1
- brainscore_vision/data/lonnqvist2024/__init__.py +47 -0
- brainscore_vision/data/lonnqvist2024/data_packaging/lonnqvist_data_assembly.py +53 -0
- brainscore_vision/data/lonnqvist2024/data_packaging/lonnqvist_stimulus_set.py +61 -0
- brainscore_vision/data/lonnqvist2024/test.py +127 -0
- brainscore_vision/model_helpers/brain_transformation/__init__.py +33 -0
- brainscore_vision/models/alexnet/region_layer_map/alexnet.json +1 -0
- brainscore_vision/models/alexnet_7be5be79/setup.py +4 -4
- brainscore_vision/models/alexnet_random/__init__.py +7 -0
- brainscore_vision/models/alexnet_random/model.py +46 -0
- brainscore_vision/models/alexnet_random/setup.py +26 -0
- brainscore_vision/models/alexnet_random/test.py +1 -0
- brainscore_vision/models/cvt_cvt_13_224_in1k_4/__init__.py +9 -0
- brainscore_vision/models/cvt_cvt_13_224_in1k_4/model.py +142 -0
- brainscore_vision/models/cvt_cvt_13_224_in1k_4/region_layer_map/cvt_cvt-13-224-in1k_4.json +6 -0
- brainscore_vision/models/cvt_cvt_13_224_in1k_4/region_layer_map/cvt_cvt-13-224-in1k_4_LucyV4.json +6 -0
- brainscore_vision/models/cvt_cvt_13_224_in1k_4/requirements.txt +4 -0
- brainscore_vision/models/cvt_cvt_13_224_in1k_4/test.py +8 -0
- brainscore_vision/models/cvt_cvt_13_384_in1k_4/__init__.py +9 -0
- brainscore_vision/models/cvt_cvt_13_384_in1k_4/model.py +142 -0
- brainscore_vision/models/cvt_cvt_13_384_in1k_4/region_layer_map/cvt_cvt-13-384-in1k_4_LucyV4.json +6 -0
- brainscore_vision/models/cvt_cvt_13_384_in1k_4/requirements.txt +4 -0
- brainscore_vision/models/cvt_cvt_13_384_in1k_4/test.py +8 -0
- brainscore_vision/models/cvt_cvt_13_384_in22k_finetuned_in1k_4/__init__.py +9 -0
- brainscore_vision/models/cvt_cvt_13_384_in22k_finetuned_in1k_4/model.py +142 -0
- brainscore_vision/models/cvt_cvt_13_384_in22k_finetuned_in1k_4/region_layer_map/cvt_cvt-13-384-in22k_finetuned-in1k_4_LucyV4.json +6 -0
- brainscore_vision/models/cvt_cvt_13_384_in22k_finetuned_in1k_4/requirements.txt +4 -0
- brainscore_vision/models/cvt_cvt_13_384_in22k_finetuned_in1k_4/test.py +8 -0
- brainscore_vision/models/cvt_cvt_21_224_in1k_4/__init__.py +9 -0
- brainscore_vision/models/cvt_cvt_21_224_in1k_4/model.py +142 -0
- brainscore_vision/models/cvt_cvt_21_224_in1k_4/region_layer_map/cvt_cvt-21-224-in1k_4_LucyV4.json +6 -0
- brainscore_vision/models/cvt_cvt_21_224_in1k_4/requirements.txt +4 -0
- brainscore_vision/models/cvt_cvt_21_224_in1k_4/test.py +8 -0
- brainscore_vision/models/cvt_cvt_21_384_in1k_4/__init__.py +9 -0
- brainscore_vision/models/cvt_cvt_21_384_in1k_4/model.py +142 -0
- brainscore_vision/models/cvt_cvt_21_384_in1k_4/region_layer_map/cvt_cvt-21-384-in1k_4_LucyV4.json +6 -0
- brainscore_vision/models/cvt_cvt_21_384_in1k_4/requirements.txt +4 -0
- brainscore_vision/models/cvt_cvt_21_384_in1k_4/test.py +8 -0
- brainscore_vision/models/cvt_cvt_21_384_in22k_finetuned_in1k_4/__init__.py +9 -0
- brainscore_vision/models/cvt_cvt_21_384_in22k_finetuned_in1k_4/model.py +142 -0
- brainscore_vision/models/cvt_cvt_21_384_in22k_finetuned_in1k_4/region_layer_map/cvt_cvt-21-384-in22k_finetuned-in1k_4_LucyV4.json +6 -0
- brainscore_vision/models/cvt_cvt_21_384_in22k_finetuned_in1k_4/requirements.txt +4 -0
- brainscore_vision/models/cvt_cvt_21_384_in22k_finetuned_in1k_4/test.py +8 -0
- brainscore_vision/models/fixres_resnext101_32x48d_wsl/__init__.py +7 -0
- brainscore_vision/models/fixres_resnext101_32x48d_wsl/model.py +57 -0
- brainscore_vision/models/fixres_resnext101_32x48d_wsl/requirements.txt +5 -0
- brainscore_vision/models/fixres_resnext101_32x48d_wsl/test.py +7 -0
- brainscore_vision/models/inception_v4_pytorch/__init__.py +7 -0
- brainscore_vision/models/inception_v4_pytorch/model.py +64 -0
- brainscore_vision/models/inception_v4_pytorch/requirements.txt +3 -0
- brainscore_vision/models/inception_v4_pytorch/test.py +8 -0
- brainscore_vision/models/mvimgnet_ms_05/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_ms_05/model.py +64 -0
- brainscore_vision/models/mvimgnet_ms_05/setup.py +25 -0
- brainscore_vision/models/mvimgnet_ms_05/test.py +1 -0
- brainscore_vision/models/mvimgnet_rf/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_rf/model.py +64 -0
- brainscore_vision/models/mvimgnet_rf/setup.py +25 -0
- brainscore_vision/models/mvimgnet_rf/test.py +1 -0
- brainscore_vision/models/mvimgnet_ss_00/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_ss_00/model.py +64 -0
- brainscore_vision/models/mvimgnet_ss_00/setup.py +25 -0
- brainscore_vision/models/mvimgnet_ss_00/test.py +1 -0
- brainscore_vision/models/mvimgnet_ss_02/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_ss_02/model.py +64 -0
- brainscore_vision/models/mvimgnet_ss_02/setup.py +25 -0
- brainscore_vision/models/mvimgnet_ss_02/test.py +1 -0
- brainscore_vision/models/mvimgnet_ss_03/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_ss_03/model.py +64 -0
- brainscore_vision/models/mvimgnet_ss_03/setup.py +25 -0
- brainscore_vision/models/mvimgnet_ss_03/test.py +1 -0
- brainscore_vision/models/mvimgnet_ss_04/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_ss_04/model.py +64 -0
- brainscore_vision/models/mvimgnet_ss_04/setup.py +25 -0
- brainscore_vision/models/mvimgnet_ss_04/test.py +1 -0
- brainscore_vision/models/mvimgnet_ss_05/__init__.py +9 -0
- brainscore_vision/models/mvimgnet_ss_05/model.py +64 -0
- brainscore_vision/models/mvimgnet_ss_05/setup.py +25 -0
- brainscore_vision/models/mvimgnet_ss_05/test.py +1 -0
- brainscore_vision/models/resnet50_tutorial/region_layer_map/resnet50_tutorial.json +1 -0
- brainscore_vision/models/sam_test_resnet/__init__.py +5 -0
- brainscore_vision/models/sam_test_resnet/model.py +26 -0
- brainscore_vision/models/sam_test_resnet/requirements.txt +2 -0
- brainscore_vision/models/sam_test_resnet/test.py +8 -0
- brainscore_vision/models/sam_test_resnet_4/__init__.py +5 -0
- brainscore_vision/models/sam_test_resnet_4/model.py +26 -0
- brainscore_vision/models/sam_test_resnet_4/requirements.txt +2 -0
- brainscore_vision/models/sam_test_resnet_4/test.py +8 -0
- brainscore_vision/models/scaling_models/__init__.py +265 -0
- brainscore_vision/models/scaling_models/model.py +148 -0
- brainscore_vision/models/scaling_models/model_configs.json +869 -0
- brainscore_vision/models/scaling_models/region_layer_map/convnext_base_imagenet_full_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/convnext_large_imagenet_full_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/convnext_small_imagenet_100_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/convnext_small_imagenet_10_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/convnext_small_imagenet_1_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/convnext_small_imagenet_full_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/deit_base_imagenet_full_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/deit_large_imagenet_full_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/deit_small_imagenet_100_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/deit_small_imagenet_10_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/deit_small_imagenet_1_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/deit_small_imagenet_full_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/efficientnet_b0_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/efficientnet_b1_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/efficientnet_b2_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet101_ecoset_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet101_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet152_ecoset_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet18_ecoset_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet18_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet34_ecoset_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet34_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet50_ecoset_full.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet50_imagenet_100_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet50_imagenet_10_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet50_imagenet_1_seed-0.json +6 -0
- brainscore_vision/models/scaling_models/region_layer_map/resnet50_imagenet_full.json +6 -0
- brainscore_vision/models/scaling_models/requirements.txt +4 -0
- brainscore_vision/models/scaling_models/test.py +0 -0
- brainscore_vision/models/vitb14_dinov2_imagenet1k/__init__.py +5 -0
- brainscore_vision/models/vitb14_dinov2_imagenet1k/model.py +852 -0
- brainscore_vision/models/vitb14_dinov2_imagenet1k/setup.py +25 -0
- brainscore_vision/models/vitb14_dinov2_imagenet1k/test.py +0 -0
- brainscore_vision/models/voneresnet_50_non_stochastic/region_layer_map/voneresnet-50-non_stochastic.json +1 -0
- brainscore_vision/submission/actions_helpers.py +2 -2
- brainscore_vision/submission/endpoints.py +3 -4
- {brainscore_vision-2.1.dist-info → brainscore_vision-2.2.1.dist-info}/METADATA +2 -2
- {brainscore_vision-2.1.dist-info → brainscore_vision-2.2.1.dist-info}/RECORD +143 -18
- {brainscore_vision-2.1.dist-info → brainscore_vision-2.2.1.dist-info}/WHEEL +1 -1
- tests/test_model_helpers/temporal/activations/test_inferencer.py +2 -2
- {brainscore_vision-2.1.dist-info → brainscore_vision-2.2.1.dist-info}/LICENSE +0 -0
- {brainscore_vision-2.1.dist-info → brainscore_vision-2.2.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,869 @@
|
|
1
|
+
{
|
2
|
+
"resnet18_imagenet_full": {
|
3
|
+
"model_name": "resnet18",
|
4
|
+
"model_id": "resnet18_imagenet_full",
|
5
|
+
"num_classes": 1000,
|
6
|
+
"resize_size": 256,
|
7
|
+
"crop_size": 224,
|
8
|
+
"interpolation": "bilinear",
|
9
|
+
"load_model_ema": false,
|
10
|
+
"use_timm": false,
|
11
|
+
"timm_model_name": null,
|
12
|
+
"is_vit": false,
|
13
|
+
"epoch": 100,
|
14
|
+
"output_head": "model.fc",
|
15
|
+
"model_commitment": {
|
16
|
+
"layers": [
|
17
|
+
"layer1.0.bn1",
|
18
|
+
"layer2.0.bn2",
|
19
|
+
"layer3.0.conv2",
|
20
|
+
"layer4.0.bn1"
|
21
|
+
],
|
22
|
+
"behavioral_readout_layer": "avgpool",
|
23
|
+
"region_layer_map": {
|
24
|
+
"V1": "layer1.0.bn1",
|
25
|
+
"V2": "layer3.0.conv2",
|
26
|
+
"V4": "layer2.0.bn2",
|
27
|
+
"IT": "layer4.0.bn1"
|
28
|
+
}
|
29
|
+
},
|
30
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet18_imagenet_full/ep100.pt"
|
31
|
+
},
|
32
|
+
"resnet34_imagenet_full": {
|
33
|
+
"model_name": "resnet34",
|
34
|
+
"model_id": "resnet34_imagenet_full",
|
35
|
+
"num_classes": 1000,
|
36
|
+
"resize_size": 256,
|
37
|
+
"crop_size": 224,
|
38
|
+
"interpolation": "bilinear",
|
39
|
+
"load_model_ema": false,
|
40
|
+
"use_timm": false,
|
41
|
+
"timm_model_name": null,
|
42
|
+
"is_vit": false,
|
43
|
+
"epoch": 100,
|
44
|
+
"output_head": "model.fc",
|
45
|
+
"model_commitment": {
|
46
|
+
"layers": [
|
47
|
+
"layer1.0.bn1",
|
48
|
+
"layer2.0.bn2",
|
49
|
+
"layer3.1.conv1",
|
50
|
+
"layer4.0.bn1"
|
51
|
+
],
|
52
|
+
"behavioral_readout_layer": "avgpool",
|
53
|
+
"region_layer_map": {
|
54
|
+
"V1": "layer1.0.bn1",
|
55
|
+
"V2": "layer3.1.conv1",
|
56
|
+
"V4": "layer2.0.bn2",
|
57
|
+
"IT": "layer4.0.bn1"
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet34_imagenet_full/ep100.pt"
|
61
|
+
},
|
62
|
+
"resnet50_imagenet_full": {
|
63
|
+
"model_name": "resnet50",
|
64
|
+
"model_id": "resnet50_imagenet_full",
|
65
|
+
"num_classes": 1000,
|
66
|
+
"resize_size": 256,
|
67
|
+
"crop_size": 224,
|
68
|
+
"interpolation": "bilinear",
|
69
|
+
"load_model_ema": false,
|
70
|
+
"use_timm": false,
|
71
|
+
"timm_model_name": null,
|
72
|
+
"is_vit": false,
|
73
|
+
"epoch": 100,
|
74
|
+
"output_head": "model.fc",
|
75
|
+
"model_commitment": {
|
76
|
+
"layers": [
|
77
|
+
"layer1.0.conv1",
|
78
|
+
"layer3.0.conv1",
|
79
|
+
"layer3.5.bn3",
|
80
|
+
"layer4.0.relu"
|
81
|
+
],
|
82
|
+
"behavioral_readout_layer": "avgpool",
|
83
|
+
"region_layer_map": {
|
84
|
+
"V1": "layer1.0.conv1",
|
85
|
+
"V2": "layer3.5.bn3",
|
86
|
+
"V4": "layer3.0.conv1",
|
87
|
+
"IT": "layer4.0.relu"
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet50_imagenet_full/ep100.pt"
|
91
|
+
},
|
92
|
+
"resnet101_imagenet_full": {
|
93
|
+
"model_name": "resnet101",
|
94
|
+
"model_id": "resnet101_imagenet_full",
|
95
|
+
"num_classes": 1000,
|
96
|
+
"resize_size": 256,
|
97
|
+
"crop_size": 224,
|
98
|
+
"interpolation": "bilinear",
|
99
|
+
"load_model_ema": false,
|
100
|
+
"use_timm": false,
|
101
|
+
"timm_model_name": null,
|
102
|
+
"is_vit": false,
|
103
|
+
"epoch": 100,
|
104
|
+
"output_head": "model.fc",
|
105
|
+
"model_commitment": {
|
106
|
+
"layers": [
|
107
|
+
"layer1.0.bn1",
|
108
|
+
"layer3.0.bn3",
|
109
|
+
"layer4.0.bn1",
|
110
|
+
"layer4.0.relu"
|
111
|
+
],
|
112
|
+
"behavioral_readout_layer": "avgpool",
|
113
|
+
"region_layer_map": {
|
114
|
+
"V1": "layer1.0.bn1",
|
115
|
+
"V2": "layer4.0.bn1",
|
116
|
+
"V4": "layer3.0.bn3",
|
117
|
+
"IT": "layer4.0.relu"
|
118
|
+
}
|
119
|
+
},
|
120
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet101_imagenet_full/ep100.pt"
|
121
|
+
},
|
122
|
+
"resnet152_imagenet_full": {
|
123
|
+
"model_name": "resnet152",
|
124
|
+
"model_id": "resnet152_imagenet_full",
|
125
|
+
"num_classes": 1000,
|
126
|
+
"resize_size": 256,
|
127
|
+
"crop_size": 224,
|
128
|
+
"interpolation": "bilinear",
|
129
|
+
"load_model_ema": false,
|
130
|
+
"use_timm": false,
|
131
|
+
"timm_model_name": null,
|
132
|
+
"is_vit": false,
|
133
|
+
"epoch": 100,
|
134
|
+
"output_head": "model.fc",
|
135
|
+
"model_commitment": {
|
136
|
+
"layers": [
|
137
|
+
"layer1.0.bn1",
|
138
|
+
"layer3.0.bn3",
|
139
|
+
"layer3.3.bn3",
|
140
|
+
"layer3.34.bn3"
|
141
|
+
],
|
142
|
+
"behavioral_readout_layer": "avgpool",
|
143
|
+
"region_layer_map": {
|
144
|
+
"V1": "layer1.0.bn1",
|
145
|
+
"V2": "layer3.3.bn3",
|
146
|
+
"V4": "layer3.0.bn3",
|
147
|
+
"IT": "layer3.34.bn3"
|
148
|
+
}
|
149
|
+
},
|
150
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet152_imagenet_full/ep100.pt"
|
151
|
+
},
|
152
|
+
"resnet18_ecoset_full": {
|
153
|
+
"model_name": "resnet18",
|
154
|
+
"model_id": "resnet18_ecoset_full",
|
155
|
+
"num_classes": 565,
|
156
|
+
"resize_size": 256,
|
157
|
+
"crop_size": 224,
|
158
|
+
"interpolation": "bilinear",
|
159
|
+
"load_model_ema": false,
|
160
|
+
"use_timm": false,
|
161
|
+
"timm_model_name": null,
|
162
|
+
"is_vit": false,
|
163
|
+
"epoch": 100,
|
164
|
+
"output_head": "model.fc",
|
165
|
+
"model_commitment": {
|
166
|
+
"layers": [
|
167
|
+
"layer1.0.conv1",
|
168
|
+
"layer2.0.bn2",
|
169
|
+
"layer3.0.conv1",
|
170
|
+
"layer4.0.bn1"
|
171
|
+
],
|
172
|
+
"behavioral_readout_layer": "avgpool",
|
173
|
+
"region_layer_map": {
|
174
|
+
"V1": "layer1.0.conv1",
|
175
|
+
"V2": "layer3.0.conv1",
|
176
|
+
"V4": "layer2.0.bn2",
|
177
|
+
"IT": "layer4.0.bn1"
|
178
|
+
}
|
179
|
+
},
|
180
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet18_ecoset_full/ep100.pt"
|
181
|
+
},
|
182
|
+
"resnet34_ecoset_full": {
|
183
|
+
"model_name": "resnet34",
|
184
|
+
"model_id": "resnet34_ecoset_full",
|
185
|
+
"num_classes": 565,
|
186
|
+
"resize_size": 256,
|
187
|
+
"crop_size": 224,
|
188
|
+
"interpolation": "bilinear",
|
189
|
+
"load_model_ema": false,
|
190
|
+
"use_timm": false,
|
191
|
+
"timm_model_name": null,
|
192
|
+
"is_vit": false,
|
193
|
+
"epoch": 100,
|
194
|
+
"output_head": "model.fc",
|
195
|
+
"model_commitment": {
|
196
|
+
"layers": [
|
197
|
+
"layer1.0.bn1",
|
198
|
+
"layer3.0.conv1",
|
199
|
+
"layer3.1.conv1",
|
200
|
+
"layer4.0.conv1"
|
201
|
+
],
|
202
|
+
"behavioral_readout_layer": "avgpool",
|
203
|
+
"region_layer_map": {
|
204
|
+
"V1": "layer1.0.bn1",
|
205
|
+
"V2": "layer3.1.conv1",
|
206
|
+
"V4": "layer3.0.conv1",
|
207
|
+
"IT": "layer4.0.conv1"
|
208
|
+
}
|
209
|
+
},
|
210
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet34_ecoset_full/ep100.pt"
|
211
|
+
},
|
212
|
+
"resnet50_ecoset_full": {
|
213
|
+
"model_name": "resnet50",
|
214
|
+
"model_id": "resnet50_ecoset_full",
|
215
|
+
"num_classes": 565,
|
216
|
+
"resize_size": 256,
|
217
|
+
"crop_size": 224,
|
218
|
+
"interpolation": "bilinear",
|
219
|
+
"load_model_ema": false,
|
220
|
+
"use_timm": false,
|
221
|
+
"timm_model_name": null,
|
222
|
+
"is_vit": false,
|
223
|
+
"epoch": 100,
|
224
|
+
"output_head": "model.fc",
|
225
|
+
"model_commitment": {
|
226
|
+
"layers": [
|
227
|
+
"layer1.0.bn1",
|
228
|
+
"layer3.0.conv1",
|
229
|
+
"layer4.0.conv2",
|
230
|
+
"layer4.0.relu"
|
231
|
+
],
|
232
|
+
"behavioral_readout_layer": "avgpool",
|
233
|
+
"region_layer_map": {
|
234
|
+
"V1": "layer1.0.bn1",
|
235
|
+
"V2": "layer4.0.conv2",
|
236
|
+
"V4": "layer3.0.conv1",
|
237
|
+
"IT": "layer4.0.relu"
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet50_ecoset_full/ep100.pt"
|
241
|
+
},
|
242
|
+
"resnet101_ecoset_full": {
|
243
|
+
"model_name": "resnet101",
|
244
|
+
"model_id": "resnet101_ecoset_full",
|
245
|
+
"num_classes": 565,
|
246
|
+
"resize_size": 256,
|
247
|
+
"crop_size": 224,
|
248
|
+
"interpolation": "bilinear",
|
249
|
+
"load_model_ema": false,
|
250
|
+
"use_timm": false,
|
251
|
+
"timm_model_name": null,
|
252
|
+
"is_vit": false,
|
253
|
+
"epoch": 100,
|
254
|
+
"output_head": "model.fc",
|
255
|
+
"model_commitment": {
|
256
|
+
"layers": [
|
257
|
+
"layer1.0.bn1",
|
258
|
+
"layer3.0.bn3",
|
259
|
+
"layer3.4.relu",
|
260
|
+
"layer4.0.relu"
|
261
|
+
],
|
262
|
+
"behavioral_readout_layer": "avgpool",
|
263
|
+
"region_layer_map": {
|
264
|
+
"V1": "layer1.0.bn1",
|
265
|
+
"V2": "layer3.4.relu",
|
266
|
+
"V4": "layer3.0.bn3",
|
267
|
+
"IT": "layer4.0.relu"
|
268
|
+
}
|
269
|
+
},
|
270
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet101_ecoset_full/ep100.pt"
|
271
|
+
},
|
272
|
+
"resnet152_ecoset_full": {
|
273
|
+
"model_name": "resnet152",
|
274
|
+
"model_id": "resnet152_ecoset_full",
|
275
|
+
"num_classes": 565,
|
276
|
+
"resize_size": 256,
|
277
|
+
"crop_size": 224,
|
278
|
+
"interpolation": "bilinear",
|
279
|
+
"load_model_ema": false,
|
280
|
+
"use_timm": false,
|
281
|
+
"timm_model_name": null,
|
282
|
+
"is_vit": false,
|
283
|
+
"epoch": 100,
|
284
|
+
"output_head": "model.fc",
|
285
|
+
"model_commitment": {
|
286
|
+
"layers": [
|
287
|
+
"layer1.0.bn1",
|
288
|
+
"layer3.0.bn3",
|
289
|
+
"layer3.3.bn3",
|
290
|
+
"layer4.0.relu"
|
291
|
+
],
|
292
|
+
"behavioral_readout_layer": "avgpool",
|
293
|
+
"region_layer_map": {
|
294
|
+
"V1": "layer1.0.bn1",
|
295
|
+
"V2": "layer3.3.bn3",
|
296
|
+
"V4": "layer3.0.bn3",
|
297
|
+
"IT": "layer4.0.relu"
|
298
|
+
}
|
299
|
+
},
|
300
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet152_ecoset_full/ep100.pt"
|
301
|
+
},
|
302
|
+
"resnet50_imagenet_1_seed-0": {
|
303
|
+
"model_name": "resnet50",
|
304
|
+
"model_id": "resnet50_imagenet_1_seed-0",
|
305
|
+
"num_classes": 1000,
|
306
|
+
"resize_size": 256,
|
307
|
+
"crop_size": 224,
|
308
|
+
"interpolation": "bilinear",
|
309
|
+
"load_model_ema": false,
|
310
|
+
"use_timm": false,
|
311
|
+
"timm_model_name": null,
|
312
|
+
"is_vit": false,
|
313
|
+
"epoch": 100,
|
314
|
+
"output_head": "model.fc",
|
315
|
+
"model_commitment": {
|
316
|
+
"layers": [
|
317
|
+
"layer1.0.conv1",
|
318
|
+
"layer3.0.conv1",
|
319
|
+
"layer3.5.bn3",
|
320
|
+
"layer4.0.relu"
|
321
|
+
],
|
322
|
+
"behavioral_readout_layer": "avgpool",
|
323
|
+
"region_layer_map": {
|
324
|
+
"V1": "layer1.0.conv1",
|
325
|
+
"V2": "layer3.5.bn3",
|
326
|
+
"V4": "layer3.0.conv1",
|
327
|
+
"IT": "layer4.0.relu"
|
328
|
+
}
|
329
|
+
},
|
330
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet50_imagenet_1_seed-0/ep100.pt"
|
331
|
+
},
|
332
|
+
"resnet50_imagenet_10_seed-0": {
|
333
|
+
"model_name": "resnet50",
|
334
|
+
"model_id": "resnet50_imagenet_10_seed-0",
|
335
|
+
"num_classes": 1000,
|
336
|
+
"resize_size": 256,
|
337
|
+
"crop_size": 224,
|
338
|
+
"interpolation": "bilinear",
|
339
|
+
"load_model_ema": false,
|
340
|
+
"use_timm": false,
|
341
|
+
"timm_model_name": null,
|
342
|
+
"is_vit": false,
|
343
|
+
"epoch": 100,
|
344
|
+
"output_head": "model.fc",
|
345
|
+
"model_commitment": {
|
346
|
+
"layers": [
|
347
|
+
"layer1.0.conv1",
|
348
|
+
"layer3.0.conv1",
|
349
|
+
"layer3.5.bn3",
|
350
|
+
"layer4.0.relu"
|
351
|
+
],
|
352
|
+
"behavioral_readout_layer": "avgpool",
|
353
|
+
"region_layer_map": {
|
354
|
+
"V1": "layer1.0.conv1",
|
355
|
+
"V2": "layer3.5.bn3",
|
356
|
+
"V4": "layer3.0.conv1",
|
357
|
+
"IT": "layer4.0.relu"
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet50_imagenet_10_seed-0/ep100.pt"
|
361
|
+
},
|
362
|
+
"resnet50_imagenet_100_seed-0": {
|
363
|
+
"model_name": "resnet50",
|
364
|
+
"model_id": "resnet50_imagenet_100_seed-0",
|
365
|
+
"num_classes": 1000,
|
366
|
+
"resize_size": 256,
|
367
|
+
"crop_size": 224,
|
368
|
+
"interpolation": "bilinear",
|
369
|
+
"load_model_ema": false,
|
370
|
+
"use_timm": false,
|
371
|
+
"timm_model_name": null,
|
372
|
+
"is_vit": false,
|
373
|
+
"epoch": 100,
|
374
|
+
"output_head": "model.fc",
|
375
|
+
"model_commitment": {
|
376
|
+
"layers": [
|
377
|
+
"layer1.0.conv1",
|
378
|
+
"layer3.0.conv1",
|
379
|
+
"layer3.5.bn3",
|
380
|
+
"layer4.0.relu"
|
381
|
+
],
|
382
|
+
"behavioral_readout_layer": "avgpool",
|
383
|
+
"region_layer_map": {
|
384
|
+
"V1": "layer1.0.conv1",
|
385
|
+
"V2": "layer3.5.bn3",
|
386
|
+
"V4": "layer3.0.conv1",
|
387
|
+
"IT": "layer4.0.relu"
|
388
|
+
}
|
389
|
+
},
|
390
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/resnet50_imagenet_100_seed-0/ep100.pt"
|
391
|
+
},
|
392
|
+
"efficientnet_b0_imagenet_full": {
|
393
|
+
"model_name": "efficientnet_b0",
|
394
|
+
"model_id": "efficientnet_b0_imagenet_full",
|
395
|
+
"num_classes": 1000,
|
396
|
+
"resize_size": 256,
|
397
|
+
"crop_size": 224,
|
398
|
+
"interpolation": "bilinear",
|
399
|
+
"load_model_ema": false,
|
400
|
+
"use_timm": false,
|
401
|
+
"timm_model_name": null,
|
402
|
+
"is_vit": false,
|
403
|
+
"epoch": 100,
|
404
|
+
"output_head": "model.classifier[1]",
|
405
|
+
"model_commitment": {
|
406
|
+
"layers": [
|
407
|
+
"features.4.0.block.0.1",
|
408
|
+
"features.4.0.block.1.0",
|
409
|
+
"features.4.1.block.3.1",
|
410
|
+
"features.6.0.block.3.0"
|
411
|
+
],
|
412
|
+
"behavioral_readout_layer": "avgpool",
|
413
|
+
"region_layer_map": {
|
414
|
+
"V1": "features.4.0.block.1.0",
|
415
|
+
"V2": "features.4.1.block.3.1",
|
416
|
+
"V4": "features.4.0.block.0.1",
|
417
|
+
"IT": "features.6.0.block.3.0"
|
418
|
+
}
|
419
|
+
},
|
420
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/efficientnet_b0_imagenet_full/ep100.pt"
|
421
|
+
},
|
422
|
+
"efficientnet_b1_imagenet_full": {
|
423
|
+
"model_name": "efficientnet_b1",
|
424
|
+
"model_id": "efficientnet_b1_imagenet_full",
|
425
|
+
"num_classes": 1000,
|
426
|
+
"resize_size": 255,
|
427
|
+
"crop_size": 240,
|
428
|
+
"interpolation": "bilinear",
|
429
|
+
"load_model_ema": false,
|
430
|
+
"use_timm": false,
|
431
|
+
"timm_model_name": null,
|
432
|
+
"is_vit": false,
|
433
|
+
"epoch": 100,
|
434
|
+
"output_head": "model.classifier[1]",
|
435
|
+
"model_commitment": {
|
436
|
+
"layers": [
|
437
|
+
"features.4.0.block.0.1",
|
438
|
+
"features.4.0.block.1.0",
|
439
|
+
"features.6.0.block.3.0"
|
440
|
+
],
|
441
|
+
"behavioral_readout_layer": "avgpool",
|
442
|
+
"region_layer_map": {
|
443
|
+
"V1": "features.4.0.block.0.1",
|
444
|
+
"V2": "features.4.0.block.1.0",
|
445
|
+
"V4": "features.4.0.block.0.1",
|
446
|
+
"IT": "features.6.0.block.3.0"
|
447
|
+
}
|
448
|
+
},
|
449
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/efficientnet_b1_imagenet_full/ep100.pt"
|
450
|
+
},
|
451
|
+
"efficientnet_b2_imagenet_full": {
|
452
|
+
"model_name": "efficientnet_b2",
|
453
|
+
"model_id": "efficientnet_b2_imagenet_full",
|
454
|
+
"num_classes": 1000,
|
455
|
+
"resize_size": 288,
|
456
|
+
"crop_size": 288,
|
457
|
+
"interpolation": "bilinear",
|
458
|
+
"load_model_ema": false,
|
459
|
+
"use_timm": false,
|
460
|
+
"timm_model_name": null,
|
461
|
+
"is_vit": false,
|
462
|
+
"epoch": 100,
|
463
|
+
"output_head": "model.classifier[1]",
|
464
|
+
"model_commitment": {
|
465
|
+
"layers": [
|
466
|
+
"features.4.0.block.3.0",
|
467
|
+
"features.5.0.block.1.0",
|
468
|
+
"features.6.0.block.3.0"
|
469
|
+
],
|
470
|
+
"behavioral_readout_layer": "avgpool",
|
471
|
+
"region_layer_map": {
|
472
|
+
"V1": "features.4.0.block.3.0",
|
473
|
+
"V2": "features.5.0.block.1.0",
|
474
|
+
"V4": "features.4.0.block.3.0",
|
475
|
+
"IT": "features.6.0.block.3.0"
|
476
|
+
}
|
477
|
+
},
|
478
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/efficientnet_b2_imagenet_full/ep100.pt"
|
479
|
+
},
|
480
|
+
"deit_small_imagenet_full_seed-0": {
|
481
|
+
"model_name": "deit_small",
|
482
|
+
"model_id": "deit_small_imagenet_full_seed-0",
|
483
|
+
"num_classes": 1000,
|
484
|
+
"resize_size": 256,
|
485
|
+
"crop_size": 224,
|
486
|
+
"interpolation": "bicubic",
|
487
|
+
"load_model_ema": true,
|
488
|
+
"use_timm": true,
|
489
|
+
"timm_model_name": "deit3_small_patch16_224",
|
490
|
+
"is_vit": true,
|
491
|
+
"epoch": 300,
|
492
|
+
"output_head": null,
|
493
|
+
"model_commitment": {
|
494
|
+
"layers": [
|
495
|
+
"blocks.2.norm1",
|
496
|
+
"blocks.5.norm1",
|
497
|
+
"blocks.6.norm2",
|
498
|
+
"blocks.9.norm2"
|
499
|
+
],
|
500
|
+
"behavioral_readout_layer": "fc_norm",
|
501
|
+
"region_layer_map": {
|
502
|
+
"V1": "blocks.2.norm1",
|
503
|
+
"V2": "blocks.6.norm2",
|
504
|
+
"V4": "blocks.5.norm1",
|
505
|
+
"IT": "blocks.9.norm2"
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/deit_small_imagenet_full_seed-0/ep300.pt"
|
509
|
+
},
|
510
|
+
"deit_base_imagenet_full_seed-0": {
|
511
|
+
"model_name": "deit_base",
|
512
|
+
"model_id": "deit_base_imagenet_full_seed-0",
|
513
|
+
"num_classes": 1000,
|
514
|
+
"resize_size": 256,
|
515
|
+
"crop_size": 224,
|
516
|
+
"interpolation": "bicubic",
|
517
|
+
"load_model_ema": true,
|
518
|
+
"use_timm": true,
|
519
|
+
"timm_model_name": "deit3_base_patch16_224",
|
520
|
+
"is_vit": true,
|
521
|
+
"epoch": 300,
|
522
|
+
"output_head": null,
|
523
|
+
"model_commitment": {
|
524
|
+
"layers": [
|
525
|
+
"blocks.3.mlp.act",
|
526
|
+
"blocks.3.mlp.fc1",
|
527
|
+
"blocks.8.norm2",
|
528
|
+
"blocks.9.norm2"
|
529
|
+
],
|
530
|
+
"behavioral_readout_layer": "fc_norm",
|
531
|
+
"region_layer_map": {
|
532
|
+
"V1": "blocks.3.mlp.fc1",
|
533
|
+
"V2": "blocks.8.norm2",
|
534
|
+
"V4": "blocks.3.mlp.act",
|
535
|
+
"IT": "blocks.9.norm2"
|
536
|
+
}
|
537
|
+
},
|
538
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/deit_base_imagenet_full_seed-0/ep300.pt"
|
539
|
+
},
|
540
|
+
"deit_large_imagenet_full_seed-0": {
|
541
|
+
"model_name": "deit_large",
|
542
|
+
"model_id": "deit_large_imagenet_full_seed-0",
|
543
|
+
"num_classes": 1000,
|
544
|
+
"resize_size": 256,
|
545
|
+
"crop_size": 224,
|
546
|
+
"interpolation": "bicubic",
|
547
|
+
"load_model_ema": true,
|
548
|
+
"use_timm": true,
|
549
|
+
"timm_model_name": "deit3_large_patch16_224",
|
550
|
+
"is_vit": true,
|
551
|
+
"epoch": 300,
|
552
|
+
"output_head": null,
|
553
|
+
"model_commitment": {
|
554
|
+
"layers": [
|
555
|
+
"blocks.18.norm2",
|
556
|
+
"blocks.20.norm2",
|
557
|
+
"blocks.4.norm1",
|
558
|
+
"blocks.9.norm1"
|
559
|
+
],
|
560
|
+
"behavioral_readout_layer": "fc_norm",
|
561
|
+
"region_layer_map": {
|
562
|
+
"V1": "blocks.4.norm1",
|
563
|
+
"V2": "blocks.18.norm2",
|
564
|
+
"V4": "blocks.9.norm1",
|
565
|
+
"IT": "blocks.20.norm2"
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/deit_large_imagenet_full_seed-0/ep300.pt"
|
569
|
+
},
|
570
|
+
"deit_small_imagenet_1_seed-0": {
|
571
|
+
"model_name": "deit_small",
|
572
|
+
"model_id": "deit_small_imagenet_1_seed-0",
|
573
|
+
"num_classes": 1000,
|
574
|
+
"resize_size": 256,
|
575
|
+
"crop_size": 224,
|
576
|
+
"interpolation": "bicubic",
|
577
|
+
"load_model_ema": true,
|
578
|
+
"use_timm": true,
|
579
|
+
"timm_model_name": "deit3_small_patch16_224",
|
580
|
+
"is_vit": true,
|
581
|
+
"epoch": 300,
|
582
|
+
"output_head": null,
|
583
|
+
"model_commitment": {
|
584
|
+
"layers": [
|
585
|
+
"blocks.2.norm1",
|
586
|
+
"blocks.5.norm1",
|
587
|
+
"blocks.6.norm2",
|
588
|
+
"blocks.9.norm2"
|
589
|
+
],
|
590
|
+
"behavioral_readout_layer": "fc_norm",
|
591
|
+
"region_layer_map": {
|
592
|
+
"V1": "blocks.2.norm1",
|
593
|
+
"V2": "blocks.6.norm2",
|
594
|
+
"V4": "blocks.5.norm1",
|
595
|
+
"IT": "blocks.9.norm2"
|
596
|
+
}
|
597
|
+
},
|
598
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/deit_small_imagenet_1_seed-0/ep300.pt"
|
599
|
+
},
|
600
|
+
"deit_small_imagenet_10_seed-0": {
|
601
|
+
"model_name": "deit_small",
|
602
|
+
"model_id": "deit_small_imagenet_10_seed-0",
|
603
|
+
"num_classes": 1000,
|
604
|
+
"resize_size": 256,
|
605
|
+
"crop_size": 224,
|
606
|
+
"interpolation": "bicubic",
|
607
|
+
"load_model_ema": true,
|
608
|
+
"use_timm": true,
|
609
|
+
"timm_model_name": "deit3_small_patch16_224",
|
610
|
+
"is_vit": true,
|
611
|
+
"epoch": 300,
|
612
|
+
"output_head": null,
|
613
|
+
"model_commitment": {
|
614
|
+
"layers": [
|
615
|
+
"blocks.2.norm1",
|
616
|
+
"blocks.5.norm1",
|
617
|
+
"blocks.6.norm2",
|
618
|
+
"blocks.9.norm2"
|
619
|
+
],
|
620
|
+
"behavioral_readout_layer": "fc_norm",
|
621
|
+
"region_layer_map": {
|
622
|
+
"V1": "blocks.2.norm1",
|
623
|
+
"V2": "blocks.6.norm2",
|
624
|
+
"V4": "blocks.5.norm1",
|
625
|
+
"IT": "blocks.9.norm2"
|
626
|
+
}
|
627
|
+
},
|
628
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/deit_small_imagenet_10_seed-0/ep300.pt"
|
629
|
+
},
|
630
|
+
"deit_small_imagenet_100_seed-0": {
|
631
|
+
"model_name": "deit_small",
|
632
|
+
"model_id": "deit_small_imagenet_100_seed-0",
|
633
|
+
"num_classes": 1000,
|
634
|
+
"resize_size": 256,
|
635
|
+
"crop_size": 224,
|
636
|
+
"interpolation": "bicubic",
|
637
|
+
"load_model_ema": true,
|
638
|
+
"use_timm": true,
|
639
|
+
"timm_model_name": "deit3_small_patch16_224",
|
640
|
+
"is_vit": true,
|
641
|
+
"epoch": 300,
|
642
|
+
"output_head": null,
|
643
|
+
"model_commitment": {
|
644
|
+
"layers": [
|
645
|
+
"blocks.2.norm1",
|
646
|
+
"blocks.5.norm1",
|
647
|
+
"blocks.6.norm2",
|
648
|
+
"blocks.9.norm2"
|
649
|
+
],
|
650
|
+
"behavioral_readout_layer": "fc_norm",
|
651
|
+
"region_layer_map": {
|
652
|
+
"V1": "blocks.2.norm1",
|
653
|
+
"V2": "blocks.6.norm2",
|
654
|
+
"V4": "blocks.5.norm1",
|
655
|
+
"IT": "blocks.9.norm2"
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/deit_small_imagenet_100_seed-0/ep300.pt"
|
659
|
+
},
|
660
|
+
"convnext_tiny_imagenet_full_seed-0": {
|
661
|
+
"model_name": "convnext_tiny",
|
662
|
+
"model_id": "convnext_tiny_imagenet_full_seed-0",
|
663
|
+
"num_classes": 1000,
|
664
|
+
"resize_size": 256,
|
665
|
+
"crop_size": 224,
|
666
|
+
"interpolation": "bicubic",
|
667
|
+
"load_model_ema": true,
|
668
|
+
"use_timm": false,
|
669
|
+
"timm_model_name": null,
|
670
|
+
"is_vit": false,
|
671
|
+
"epoch": 300,
|
672
|
+
"output_head": "model.classifier[2]",
|
673
|
+
"model_commitment": {
|
674
|
+
"layers": [
|
675
|
+
"features.4.0",
|
676
|
+
"features.5.4.block.0",
|
677
|
+
"features.6.0"
|
678
|
+
],
|
679
|
+
"behavioral_readout_layer": "classifier.1",
|
680
|
+
"region_layer_map": {
|
681
|
+
"V1": "features.6.0",
|
682
|
+
"V2": "features.5.4.block.0",
|
683
|
+
"V4": "features.4.0",
|
684
|
+
"IT": "features.5.4.block.0"
|
685
|
+
}
|
686
|
+
},
|
687
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_tiny_imagenet_full_seed-0/ep300.pt"
|
688
|
+
},
|
689
|
+
"convnext_small_imagenet_full_seed-0": {
|
690
|
+
"model_name": "convnext_small",
|
691
|
+
"model_id": "convnext_small_imagenet_full_seed-0",
|
692
|
+
"num_classes": 1000,
|
693
|
+
"resize_size": 256,
|
694
|
+
"crop_size": 224,
|
695
|
+
"interpolation": "bicubic",
|
696
|
+
"load_model_ema": true,
|
697
|
+
"use_timm": false,
|
698
|
+
"timm_model_name": null,
|
699
|
+
"is_vit": false,
|
700
|
+
"epoch": 300,
|
701
|
+
"output_head": "model.classifier[2]",
|
702
|
+
"model_commitment": {
|
703
|
+
"layers": [
|
704
|
+
"features.4.0",
|
705
|
+
"features.5.17.block.0",
|
706
|
+
"features.5.2.block.0",
|
707
|
+
"features.5.9.block.0"
|
708
|
+
],
|
709
|
+
"behavioral_readout_layer": "classifier.1",
|
710
|
+
"region_layer_map": {
|
711
|
+
"V1": "features.5.2.block.0",
|
712
|
+
"V2": "features.5.17.block.0",
|
713
|
+
"V4": "features.4.0",
|
714
|
+
"IT": "features.5.9.block.0"
|
715
|
+
}
|
716
|
+
},
|
717
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_small_imagenet_full_seed-0/ep300.pt"
|
718
|
+
},
|
719
|
+
"convnext_base_imagenet_full_seed-0": {
|
720
|
+
"model_name": "convnext_base",
|
721
|
+
"model_id": "convnext_base_imagenet_full_seed-0",
|
722
|
+
"num_classes": 1000,
|
723
|
+
"resize_size": 256,
|
724
|
+
"crop_size": 224,
|
725
|
+
"interpolation": "bicubic",
|
726
|
+
"load_model_ema": true,
|
727
|
+
"use_timm": false,
|
728
|
+
"timm_model_name": null,
|
729
|
+
"is_vit": false,
|
730
|
+
"epoch": 300,
|
731
|
+
"output_head": "model.classifier[2]",
|
732
|
+
"model_commitment": {
|
733
|
+
"layers": [
|
734
|
+
"features.4.0",
|
735
|
+
"features.5.11.block.0",
|
736
|
+
"features.5.12.block.0",
|
737
|
+
"features.5.7.block.0"
|
738
|
+
],
|
739
|
+
"behavioral_readout_layer": "classifier.1",
|
740
|
+
"region_layer_map": {
|
741
|
+
"V1": "features.5.7.block.0",
|
742
|
+
"V2": "features.5.12.block.0",
|
743
|
+
"V4": "features.4.0",
|
744
|
+
"IT": "features.5.11.block.0"
|
745
|
+
}
|
746
|
+
},
|
747
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_base_imagenet_full_seed-0/ep300.pt"
|
748
|
+
},
|
749
|
+
"convnext_large_imagenet_full_seed-0": {
|
750
|
+
"model_name": "convnext_large",
|
751
|
+
"model_id": "convnext_large_imagenet_full_seed-0",
|
752
|
+
"num_classes": 1000,
|
753
|
+
"resize_size": 256,
|
754
|
+
"crop_size": 224,
|
755
|
+
"interpolation": "bicubic",
|
756
|
+
"load_model_ema": true,
|
757
|
+
"use_timm": false,
|
758
|
+
"timm_model_name": null,
|
759
|
+
"is_vit": false,
|
760
|
+
"epoch": 300,
|
761
|
+
"output_head": "model.classifier[2]",
|
762
|
+
"model_commitment": {
|
763
|
+
"layers": [
|
764
|
+
"features.4.1",
|
765
|
+
"features.5.11.block.0",
|
766
|
+
"features.5.7.block.0",
|
767
|
+
"features.5.7.block.5"
|
768
|
+
],
|
769
|
+
"behavioral_readout_layer": "classifier.1",
|
770
|
+
"region_layer_map": {
|
771
|
+
"V1": "features.5.7.block.5",
|
772
|
+
"V2": "features.5.7.block.0",
|
773
|
+
"V4": "features.4.1",
|
774
|
+
"IT": "features.5.11.block.0"
|
775
|
+
}
|
776
|
+
},
|
777
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_large_imagenet_full_seed-0/ep300.pt"
|
778
|
+
},
|
779
|
+
"convnext_small_imagenet_1_seed-0": {
|
780
|
+
"model_name": "convnext_small",
|
781
|
+
"model_id": "convnext_small_imagenet_1_seed-0",
|
782
|
+
"num_classes": 1000,
|
783
|
+
"resize_size": 256,
|
784
|
+
"crop_size": 224,
|
785
|
+
"interpolation": "bicubic",
|
786
|
+
"load_model_ema": true,
|
787
|
+
"use_timm": false,
|
788
|
+
"timm_model_name": null,
|
789
|
+
"is_vit": false,
|
790
|
+
"epoch": 300,
|
791
|
+
"output_head": "model.classifier[2]",
|
792
|
+
"model_commitment": {
|
793
|
+
"layers": [
|
794
|
+
"features.4.0",
|
795
|
+
"features.5.17.block.0",
|
796
|
+
"features.5.2.block.0",
|
797
|
+
"features.5.9.block.0"
|
798
|
+
],
|
799
|
+
"behavioral_readout_layer": "classifier.1",
|
800
|
+
"region_layer_map": {
|
801
|
+
"V1": "features.5.2.block.0",
|
802
|
+
"V2": "features.5.17.block.0",
|
803
|
+
"V4": "features.4.0",
|
804
|
+
"IT": "features.5.9.block.0"
|
805
|
+
}
|
806
|
+
},
|
807
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_small_imagenet_1_seed-0/ep300.pt"
|
808
|
+
},
|
809
|
+
"convnext_small_imagenet_10_seed-0": {
|
810
|
+
"model_name": "convnext_small",
|
811
|
+
"model_id": "convnext_small_imagenet_10_seed-0",
|
812
|
+
"num_classes": 1000,
|
813
|
+
"resize_size": 256,
|
814
|
+
"crop_size": 224,
|
815
|
+
"interpolation": "bicubic",
|
816
|
+
"load_model_ema": true,
|
817
|
+
"use_timm": false,
|
818
|
+
"timm_model_name": null,
|
819
|
+
"is_vit": false,
|
820
|
+
"epoch": 300,
|
821
|
+
"output_head": "model.classifier[2]",
|
822
|
+
"model_commitment": {
|
823
|
+
"layers": [
|
824
|
+
"features.4.0",
|
825
|
+
"features.5.17.block.0",
|
826
|
+
"features.5.2.block.0",
|
827
|
+
"features.5.9.block.0"
|
828
|
+
],
|
829
|
+
"behavioral_readout_layer": "classifier.1",
|
830
|
+
"region_layer_map": {
|
831
|
+
"V1": "features.5.2.block.0",
|
832
|
+
"V2": "features.5.17.block.0",
|
833
|
+
"V4": "features.4.0",
|
834
|
+
"IT": "features.5.9.block.0"
|
835
|
+
}
|
836
|
+
},
|
837
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_small_imagenet_10_seed-0/ep300.pt"
|
838
|
+
},
|
839
|
+
"convnext_small_imagenet_100_seed-0": {
|
840
|
+
"model_name": "convnext_small",
|
841
|
+
"model_id": "convnext_small_imagenet_100_seed-0",
|
842
|
+
"num_classes": 1000,
|
843
|
+
"resize_size": 256,
|
844
|
+
"crop_size": 224,
|
845
|
+
"interpolation": "bicubic",
|
846
|
+
"load_model_ema": true,
|
847
|
+
"use_timm": false,
|
848
|
+
"timm_model_name": null,
|
849
|
+
"is_vit": false,
|
850
|
+
"epoch": 300,
|
851
|
+
"output_head": "model.classifier[2]",
|
852
|
+
"model_commitment": {
|
853
|
+
"layers": [
|
854
|
+
"features.4.0",
|
855
|
+
"features.5.17.block.0",
|
856
|
+
"features.5.2.block.0",
|
857
|
+
"features.5.9.block.0"
|
858
|
+
],
|
859
|
+
"behavioral_readout_layer": "classifier.1",
|
860
|
+
"region_layer_map": {
|
861
|
+
"V1": "features.5.2.block.0",
|
862
|
+
"V2": "features.5.17.block.0",
|
863
|
+
"V4": "features.4.0",
|
864
|
+
"IT": "features.5.9.block.0"
|
865
|
+
}
|
866
|
+
},
|
867
|
+
"checkpoint_url": "https://epfl-neuroailab-scalinglaws.s3.eu-north-1.amazonaws.com/checkpoints/convnext_small_imagenet_100_seed-0/ep300.pt"
|
868
|
+
}
|
869
|
+
}
|