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

Incompatible with tensorflow version 11 #3

Open
volker48 opened this issue Oct 20, 2016 · 0 comments
Open

Incompatible with tensorflow version 11 #3

volker48 opened this issue Oct 20, 2016 · 0 comments

Comments

@volker48
Copy link
Contributor

volker48 commented Oct 20, 2016

python3.5/site-packages/keras/backend/tensorflow_backend.py in in_train_phase(x, alt)
   1302     # else: assume learning phase is a placeholder.
   1303     x_shape = copy.copy(x.get_shape())
-> 1304     x = tf.python.control_flow_ops.cond(tf.cast(_LEARNING_PHASE, 'bool'),
   1305                                         lambda: x,
   1306                                         lambda: alt)

AttributeError: module 'tensorflow.python' has no attribute 'control_flow_ops'
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

1 participant