BinRoot / TensorFlow-Book

Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
http://www.tensorflowbook.com
MIT License
4.45k stars 1.21k forks source link

Update Concept06_saving_variables.ipynb #22

Closed printdhruv closed 7 years ago

BinRoot commented 7 years ago

savers is never defined

printdhruv commented 7 years ago

Are tutorials restricted to specific version of tf and python?

BinRoot commented 7 years ago

Python 3 for most of it unless specified otherwise. And, TensorFlow 1.0 or above.

printdhruv commented 7 years ago

I will double check my code why I had to update from 'saver' to 'savers'