Skip to content

Commit

Permalink
Fix class wrong import bug (microsoft#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee authored and xuehui1991 committed Jul 8, 2019
1 parent f6d6667 commit eea33e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sdk/pynni/nni/networkmorphism_tuner/bayesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
from scipy.optimize import linear_sum_assignment
from sklearn.metrics.pairwise import rbf_kernel

from nni.utils import OptimizeMode
from nni.networkmorphism_tuner.graph_transformer import transform
from nni.networkmorphism_tuner.utils import Constant, OptimizeMode
from nni.networkmorphism_tuner.utils import Constant
from nni.networkmorphism_tuner.layers import is_layer


Expand Down

0 comments on commit eea33e1

Please sign in to comment.