Update hyper_parameter_optimizer.py

This commit is contained in:
Allegro AI 2020-06-28 18:16:14 +03:00 committed by GitHub
parent f036213d91
commit ae6e417d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ an_optimizer = HyperParameterOptimizer(
# more are coming soon...
optimizer_class=Our_SearchStrategy,
# Select an execution queue to schedule the experiments for execution
execution_queue='moshik',
execution_queue='1xGPU',
# Optional: Limit the execution time of a single experiment, in minutes.
# (this is optional, and if using OptimizerBOHB, it is ignored)
time_limit_per_job=10.,