tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

missing import #39

Closed pakdaman closed 8 years ago

pakdaman commented 8 years ago

in your example for multioutput regression, it seems that you should add the following import command, so the code will work properly

import skflow.ops

MP

ilblackdragon commented 8 years ago

Is it not running for you? The ops should be imported by transitivity when import skflow is done.

pakdaman commented 8 years ago

I believe you are right. The code is running fine when i call python in the eclipse. But, when i use iphython it raises an error. When i added the import then it is ok. It might be a problem with my ipython configuration, though. On Dec 17, 2015 5:21 PM, "Illia Polosukhin" notifications@github.com wrote:

Is it not running for you? The ops should be imported by transitivity when import skflow is done.

— Reply to this email directly or view it on GitHub https://github.com/google/skflow/issues/39#issuecomment-165597153.