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

Keras Version #17

Open
joydeepdas opened this issue Oct 11, 2017 · 3 comments
Open

Keras Version #17

joydeepdas opened this issue Oct 11, 2017 · 3 comments

Comments

@joydeepdas
Copy link

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'),

@sapnii2
Copy link

sapnii2 commented May 25, 2019

yes, to run this project one need to know all versions like keras, tensorflow, numpy etc. or you will face huge errors

@zcblcsm
Copy link

zcblcsm commented Dec 12, 2019

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.

@IcynLau
Copy link

IcynLau commented Aug 30, 2021

yes, to run this project one need to know all versions like keras, tensorflow, numpy etc. or you will face huge errors

Excuse me,could you please tell me the suitable versions of keras , tensorflow,numpy etc ,that will help us a lot.

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

4 participants