Skip to content

Commit

Permalink
align with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoosh committed Mar 28, 2024
1 parent 91d9c0a commit f970a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otx/engine/hpo/hpo_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def execute_hpo(
**_adjust_train_args(train_args),
),
"gpu" if torch.cuda.is_available() else "cpu",
num_parallel_trial=hpo_configurator.hpo_config["num_workers"]
num_parallel_trial=hpo_configurator.hpo_config["num_workers"],
)

best_trial = hpo_algo.get_best_config()
Expand Down

0 comments on commit f970a6f

Please sign in to comment.