MemN2N-tensorflow icon indicating copy to clipboard operation
MemN2N-tensorflow copied to clipboard

Issue with argument 'adjoint_b'

Open ankuj opened this issue 7 years ago • 1 comments

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 :)

ankuj avatar Jul 22 '17 07:07 ankuj

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

Bollegala avatar Sep 19 '17 11:09 Bollegala