Permalink
Please sign in to comment.
Browse files
Fix importing/creation of NN impl
We need to specify nnlearner as a package. More subtly, because of TF we can only run NNI in the same process in which it's created. This means we need to wait until the run() method of the learner is called before constructing the impl.
- Loading branch information...
Showing
with
7 additions
and 2 deletions.
- +1 −1 mloop/__init__.py
- +4 −1 mloop/learners.py
- +2 −0 mloop/nnlearner.py
0 comments on commit
9224be5