add grid search for supervised pipeline

This commit is contained in:
YannAhlgrim
2026-05-23 13:40:46 +02:00
parent 5240c4f3ff
commit 34a15d646d
5 changed files with 235 additions and 10 deletions
+16
View File
@@ -0,0 +1,16 @@
base_config: configs/supervised_wilds_vith14_ep300-lp.yaml
constants:
logging.write_tag: linear_probe
grid:
optimization.lr: [0.01, 0.05]
optimization.weight_decay: [0.0, 5.0e-4]
data.batch_size: [128, 256]
launch:
folder: submitit_logs/
partition: gpu1
nodes: 1
tasks_per_node: 1
time: 300