Unverified Commit afe6f744 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

[Retiarii] Fix hyperopt tuner import path (#3199)

parent df6145a2
import logging
from nni.algorithms.hpo.hyperopt_tuner import HyperoptTuner
from .. import Sampler, submit_models, wait_models
from .strategy import BaseStrategy
from ...algorithms.hpo.hyperopt_tuner.hyperopt_tuner import HyperoptTuner
_logger = logging.getLogger(__name__)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment