Skip to content

Commit

Permalink
... fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
relativityhd committed Dec 17, 2024
1 parent db5c319 commit 338ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/src/darts/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def run():
plot_every_n_val_epochs=plot_every_n_val_epochs,
# Device and Manager config
num_workers=num_workers,
devices=device,
device=device,
wandb_entity=wandb_entity,
wandb_project=wandb_project,
run_name=wandb.run.name,
Expand Down

0 comments on commit 338ee90

Please sign in to comment.