Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error for control_flow_ops #1

Open
nickvazz opened this issue Nov 20, 2016 · 1 comment
Open

import error for control_flow_ops #1

nickvazz opened this issue Nov 20, 2016 · 1 comment

Comments

@nickvazz
Copy link

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
Copy link
Collaborator

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! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants