carpedm20 / MemN2N-tensorflow

"End-To-End Memory Networks" in Tensorflow
http://arxiv.org/abs/1503.08895v4
MIT License
829 stars 250 forks source link

update matmul argument name #10

Closed gabrielhuang closed 7 years ago

gabrielhuang commented 7 years ago

Hi,

I am running Tensorflow 1.0.1 and it seems to me that they changed the interface of tf.matmul. By changing argument adj_y to adjoint_b the code runs on my version of Tensorflow.

What do you think?

Gabriel

carpedm20 commented 7 years ago

Yes I didn't know that they changed their api and this looks good. Thanks!