seed runs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Seed sweep for vitg16_224_in22k
|
||||
# Runs the model across 5 seeds for mean +/- std reporting.
|
||||
# Each seed becomes a separate submitit job via tools/run_grid.py.
|
||||
base_config: configs/supervised_vitg16_224_in22k.yaml
|
||||
|
||||
constants:
|
||||
logging.write_tag: linear_probe
|
||||
|
||||
grid:
|
||||
meta.seed: [0, 1, 2, 3, 4]
|
||||
|
||||
launch:
|
||||
folder: submitit_logs/
|
||||
partition: gpu1
|
||||
nodes: 1
|
||||
tasks_per_node: 1
|
||||
time: 4300
|
||||
Reference in New Issue
Block a user