diff --git a/utils/loggers/clearml/hpo.py b/utils/loggers/clearml/hpo.py index 96c2c544c84c..ee518b0fbfc8 100644 --- a/utils/loggers/clearml/hpo.py +++ b/utils/loggers/clearml/hpo.py @@ -69,7 +69,7 @@ ) # report every 10 seconds, this is way too often, but we are testing here -optimizer.set_report_period(10) +optimizer.set_report_period(10 / 60) # You can also use the line below instead to run all the optimizer tasks locally, without using queues or agent # an_optimizer.start_locally(job_complete_callback=job_complete_callback) # set the time limit for the optimization process (2 hours)