carpedm20 / MemN2N-tensorflow

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

Issue with argument 'adjoint_b' #15

Open ankuj opened 7 years ago

ankuj commented 7 years ago

Hello @carpedm20 , thanks for this project, it is helping me get better insight into the paper :) Quick question: during re-implementation of the code, I am getting the following error:

Aout = tf.matmul(self.hid3dim, Ain, adjoint_b=True) TypeError: matmul() got an unexpected keyword argument 'adjoint_b'

Any idea what the cause could be?

Thanks a ton :)

Bollegala commented 7 years ago

I have encountered this issue as well. Any updates on this?