We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: