mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Update hyper_parameter_optimizer.py
This commit is contained in:
parent
f036213d91
commit
ae6e417d61
@ -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.,
|
||||
|
Loading…
Reference in New Issue
Block a user