Closed ToxidoLiu closed 7 years ago
Thank you!
I've implemented your bugfix. Also modified a few other lines to make the code compatible with Python 3.5.
Thanks a lot for the feedback! Hearing that my stuff is useful to others makes me very happy.
if you run the _two_layerfc.py in python 3.5 it will throw an error as
Please ignore the line number coz I've changed the code a little bit.
And the error says the object created by zip() will no longer be 'Sized' so len() could not read its actual length. So I modified a little at
That will do the trick. Really liked your blog, I've read about both of the _How to Build a Simple Image Recognition System with TensorFlow_ series, those have been of great help. Hope to see more. Thanks