vermouth1992 / drl-portfolio-management

CSCI 599 deep learning and its applications final project
MIT License
152 stars 71 forks source link

TypeError #2

Open joaosalvado10 opened 6 years ago

joaosalvado10 commented 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.

vermouth1992 commented 6 years ago

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.

joaosalvado10 commented 6 years ago

Thank you !