Open joydeepdas opened 7 years ago
yes, to run this project one need to know all versions like keras, tensorflow, numpy etc. or you will face huge errors
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.
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.
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'),