yala / introdeeplearning

MIT License
266 stars 145 forks source link

Tensorflow 1.0.0 breaking changes #3

Closed PBlanco closed 7 years ago

PBlanco commented 7 years ago

Just want to mention the TF 1.0.0 release breaks some of the code.

One solution I found was to use an older version of TF.

pip install tensorflow==0.12

Another solution would be to update the broken code.

yala commented 7 years ago

I'll add this to readme, thanks for the catch!

yala commented 7 years ago

Updated to tf 1.0.0