mirror of
https://github.com/clearml/clearml
synced 2025-02-14 16:46:12 +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'
|
'we will be using RandomSearch strategy instead\n'
|
||||||
'If you like to try ' '{{BOHB}: Robust and Efficient Hyperparameter Optimization at Scale},\n'
|
'If you like to try ' '{{BOHB}: Robust and Efficient Hyperparameter Optimization at Scale},\n'
|
||||||
'run: pip install hpbandster')
|
'run: pip install hpbandster')
|
||||||
Our_SearchStrategy = RandomSearch
|
Our_SearchStrategy = RandomSearch
|
||||||
|
|
||||||
|
|
||||||
def job_complete_callback(
|
def job_complete_callback(
|
||||||
|
Loading…
Reference in New Issue
Block a user