Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo-Ajroldi committed Dec 8, 2024
1 parent 3cfe87e commit 5da3acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions script/lawa/condor.sub
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ framework=pytorch
## LAWA
submission=submissions/lawa_queue/lawa_queue_non_blocking.py
search_space=script/lawa/queue/lawa_trial_5_non_blocking.json
num_tuning_trials=3
study=1
name=lawa_non_blocking_01
num_tuning_trials=1
study=3
name=lawa_non_blocking_02
rng_seed=$(study)
allow_tf_32=1
num_jobs=$(num_tuning_trials)
Expand Down
4 changes: 2 additions & 2 deletions script/lawa/queue/lawa_trial_5_non_blocking.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"feasible_points": [0.0]
},
"lawa_every_pct": {
"feasible_points": [0.00002]
"feasible_points": [0.002]
},
"lawa_queue_len": {
"feasible_points": [5, 10, 20]
"feasible_points": [5]
}
}

0 comments on commit 5da3acf

Please sign in to comment.