fix: do not run 4 times and log new params
This commit is contained in:
@@ -10,8 +10,8 @@ grid:
|
||||
optimization.momentum: [0.9, 0.99, 0.5]
|
||||
optimization.lr_schedule: [cosine, step]
|
||||
data.batch_size: [32, 64, 128, 256]
|
||||
meta.representation_type: [last_avgpool]
|
||||
meta.head_type: [linear]
|
||||
meta.representation_type: [last_avgpool, last4_avgpool_concat]
|
||||
meta.head_type: [linear, bn_linear]
|
||||
|
||||
launch:
|
||||
folder: submitit_logs/
|
||||
|
||||
Reference in New Issue
Block a user