Skip to content

Commit

Permalink
exp: std matters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcformanek committed Aug 22, 2024
1 parent 964b130 commit 84fe5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_exps.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main():
for script in SCRIPTS:
for dataset in DATASETS:
os.system(
f"python {script} {TASK} task.dataset{dataset} wandb_project={WANDB_PROJECT} seed={seed}"
f"python {script} {TASK} task.dataset={dataset} wandb_project={WANDB_PROJECT} seed={seed}"
)


Expand Down

0 comments on commit 84fe5e8

Please sign in to comment.