Open joaosalvado10 opened 6 years ago
When I run the ddpg_experiments python notebook it turns the following error: TypeError : cannot interpret feed_dict key as Tensor: Tensor Tensor("CONV2D_3_INPUT:0", SHAPE=(?,17,3,1),dtype=float32) is not an element of this graph.
Use Theano backend of keras or pull the newest commit. For Tensorflow backend, the error and solution is described here https://github.com/keras-team/keras/issues/2397.
Thank you !
When I run the ddpg_experiments python notebook it turns the following error: TypeError : cannot interpret feed_dict key as Tensor: Tensor Tensor("CONV2D_3_INPUT:0", SHAPE=(?,17,3,1),dtype=float32) is not an element of this graph.