tensorflow / skflow

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

Can't restore my model #149

Closed syx114 closed 8 years ago

syx114 commented 8 years ago

when i use TensorFlowEstimator.restore(...) , it shows "name 'TensorFlowEstimator' is not defined" and skflow.TensorFlowEstimator.restore(...) shows " 'module' object has no attribute 'saver_pb2' "

ilblackdragon commented 8 years ago

Can you also give stack trace? And version of tensorflow?

terrytangyuan commented 8 years ago

There has been a lot of bug fixes since 0.8. Please try latest version. Please submit an issue to TensorFlow repo in the future instead.