You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing some difficulty in the sequential model, the following error is popping up? Becuase we can't use Graph in the newer version so I started with Keras1.0.
ERROR:
self.add_inbound_node(inbound_layers, node_indices, tensor_indices)
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/engine/topology.py", line 543, in add_inbound_node
Node.create_node(self, inbound_layers, node_indices, tensor_indices)
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/engine/topology.py", line 148, in create_node
output_tensors = to_list(outbound_layer.call(input_tensors[0], mask=input_masks[0]))
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/layers/normalization.py", line 109, in call
x_normed = K.in_train_phase(x_normed, x_normed_running)
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py", line 742, in in_train_phase
x = tf.python.control_flow_ops.cond(tf.cast(_LEARNING_PHASE, 'bool'),
The text was updated successfully, but these errors were encountered:
Excuse me, what is the version of python,keras,tensorflow and numpy used in this project, and I am facing many problems with import packages that cannot be modified in the latest version environment.
I am facing some difficulty in the sequential model, the following error is popping up? Becuase we can't use Graph in the newer version so I started with Keras1.0.
ERROR:
self.add_inbound_node(inbound_layers, node_indices, tensor_indices)
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/engine/topology.py", line 543, in add_inbound_node
Node.create_node(self, inbound_layers, node_indices, tensor_indices)
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/engine/topology.py", line 148, in create_node
output_tensors = to_list(outbound_layer.call(input_tensors[0], mask=input_masks[0]))
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/layers/normalization.py", line 109, in call
x_normed = K.in_train_phase(x_normed, x_normed_running)
File "/home/joydeep/.local/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py", line 742, in in_train_phase
x = tf.python.control_flow_ops.cond(tf.cast(_LEARNING_PHASE, 'bool'),
The text was updated successfully, but these errors were encountered: