Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix hyperband tuner (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Oct 9, 2019
1 parent 313b0f6 commit 4cf0e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdk/pynni/nni/hyperband_advisor/hyperband_advisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from nni.msg_dispatcher_base import MsgDispatcherBase
from nni.protocol import CommandType, send
from nni.utils import NodeType, OptimizeMode, MetricType, extract_scalar_reward
import nni.parameter_expressions as parameter_expressions

_logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 4cf0e28

Please sign in to comment.