therne / dmn-tensorflow

Dynamic Memory Networks (https://arxiv.org/abs/1603.01417) in Tensorflow
240 stars 82 forks source link

Old version of tensorflow #9

Open Cib-e opened 7 years ago

Cib-e commented 7 years ago

Hi!

It looks like you're using tensorflow 0.8 and not 1.0 https://www.tensorflow.org/install/migration Your code does not work with tensorflow v. 1.0! Just saying ;) I suggest you to modify your readme's prerequisites (or your code if you have the time :p)!

Thanks for your code and your work! :D

BillPei commented 7 years ago

@AndreCI have you fix this problem and How to update this code to tf1.0?

Cib-e commented 7 years ago

Hi, No, sorry, I couldn't make it work. I just used a Theano version (YerevaNN's one): https://github.com/AndreCI/DMN_MA2