tensorflow / skflow

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

fix path to allow for restoring saved models #108

Closed gramhagen closed 8 years ago

gramhagen commented 8 years ago

restoring saved models is broken, this fixes that and allows unit tests in tests/test_saver.py to pass

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


gramhagen commented 8 years ago

@googlebot: i signed the cla

googlebot commented 8 years ago

CLAs look good, thanks!

codecov-io commented 8 years ago

Current coverage is 89.38%

Merging #108 into master will not affect coverage as of 256642d

@@            master    #108   diff @@
======================================
  Files           26      26       
  Stmts          989     989       
  Branches       160     160       
  Methods          0       0       
======================================
  Hit            884     884       
  Partial         50      50       
  Missed          55      55       

Review entire Coverage Diff as of 256642d

Powered by Codecov. Updated on successful CI builds.