mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix optimization example
This commit is contained in:
parent
436a2bc02d
commit
88d88e914d
@ -13,7 +13,7 @@ except ValueError:
|
||||
'we will be using RandomSearch strategy instead\n'
|
||||
'If you like to try ' '{{BOHB}: Robust and Efficient Hyperparameter Optimization at Scale},\n'
|
||||
'run: pip install hpbandster')
|
||||
Our_SearchStrategy = RandomSearch
|
||||
Our_SearchStrategy = RandomSearch
|
||||
|
||||
|
||||
def job_complete_callback(
|
||||
|
Loading…
Reference in New Issue
Block a user