Skip to content

Commit

Permalink
update experiments runner (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali authored Aug 24, 2023
1 parent be83f7c commit 46661f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test/run_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_experiments(
print(f"Collecting experiments with tag: {tag}")
experiments = get_experiments(tag, run_opt)

q = Que(available_gpus=available_gpus, print_type="que")
q = Que(available_gpus=available_gpus, print_type="que", exit_on_fail=False)
for key, value in experiments.items():
q.enque_cmds(name=key, cmds=value["run_cmd"], cwds=value["path"])
# Run experiment queue
Expand Down

0 comments on commit 46661f2

Please sign in to comment.