Skip to content

Commit

Permalink
remove_n
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Nov 21, 2024
1 parent 3a6aea4 commit 521865e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,6 @@ def main():
objective,
n_trials=NUMBER_OF_STUDY_TRIALS,
callbacks=[TerminatorCallback(terminator)],
n_jobs=4,
show_progress_bar=True,
)
except (KeyboardInterrupt, AbortTrial):
print("Trial process aborted")
Expand Down

0 comments on commit 521865e

Please sign in to comment.