Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
afe6f744
Unverified
Commit
afe6f744
authored
Dec 16, 2020
by
Yuge Zhang
Committed by
GitHub
Dec 16, 2020
Browse files
[Retiarii] Fix hyperopt tuner import path (#3199)
parent
df6145a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nni/retiarii/strategies/tpe_strategy.py
nni/retiarii/strategies/tpe_strategy.py
+2
-2
No files found.
nni/retiarii/strategies/tpe_strategy.py
View file @
afe6f744
import
logging
import
logging
from
nni.algorithms.hpo.hyperopt_tuner
import
HyperoptTuner
from
..
import
Sampler
,
submit_models
,
wait_models
from
..
import
Sampler
,
submit_models
,
wait_models
from
.strategy
import
BaseStrategy
from
.strategy
import
BaseStrategy
from
...algorithms.hpo.hyperopt_tuner.hyperopt_tuner
import
HyperoptTuner
_logger
=
logging
.
getLogger
(
__name__
)
_logger
=
logging
.
getLogger
(
__name__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment