remove mlp + add batch norm + last 4 avg pool layer as in the paper of IJEPA

This commit is contained in:
YannAhlgrim
2026-06-02 11:47:21 +02:00
parent 7d772176c6
commit 2556c17d88
8 changed files with 414 additions and 330 deletions
+2 -3
View File
@@ -6,9 +6,8 @@ meta:
patch_size: 14
crop_size: 224
use_bfloat16: true
probe_type: linear
mlp_hidden_dim:
dropout: 0.0
representation_type: last_avgpool
head_type: linear
checkpoint_folder: experiment_logs/supervised/
read_checkpoint: linear_probe-best.pth.tar
+2 -3
View File
@@ -10,9 +10,8 @@ grid:
optimization.momentum: [0.9, 0.99, 0.5]
optimization.lr_schedule: [cosine, step]
data.batch_size: [32, 64, 128, 256]
meta.probe_type: [linear]
# meta.mlp_hidden_dim: [512, 1024, 2048]
# meta.dropout: [0.0, 0.1, 0.3]
meta.representation_type: [last_avgpool]
meta.head_type: [linear]
launch:
folder: submitit_logs/
@@ -6,9 +6,8 @@ meta:
read_checkpoint: jepa-ep150.pth.tar
use_bfloat16: true
num_classes: 182
probe_type: linear
mlp_hidden_dim: 1024
dropout: 0.3
representation_type: last_avgpool
head_type: linear
data:
batch_size: 128
@@ -6,9 +6,8 @@ meta:
read_checkpoint: jepa-ep300.pth.tar
use_bfloat16: true
num_classes: 182
probe_type: mlp
mlp_hidden_dim: 1024
dropout: 0.3
representation_type: last_avgpool
head_type: linear
data:
batch_size: 256