darksigma / Fundamentals-of-Deep-Learning-Book

Code companion to the O'Reilly "Fundamentals of Deep Learning" book
644 stars 287 forks source link

import error for control_flow_ops #1

Open nickvazz opened 8 years ago

nickvazz commented 8 years ago

Found error when trying to run code as is. Changing from tensorflow.python import control_flow_ops to from tensorflow.python.ops import control_flow_ops fixed issue.

suryabhupa commented 7 years ago

Thanks! The Tensorflow Python API has changed since the writing of the book -- please feel free to submit a pull request so we can merge in the code with the updated API! :)