Open ankuj opened 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 :)
I have encountered this issue as well. Any updates on this?
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 :)