You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to apply matmul on rank 3 tensors, I get an error that the tensors must be rank 2. Using TensorFlow in python allows me to perform tensor multiplication, but I am unable to do it in Julia. This function is possible with batch_matmul but it throws the deprecation warning.
The following MWE is based on the tf.matmul documentation.
When trying to apply
matmul
on rank 3 tensors, I get an error that the tensors must be rank 2. Using TensorFlow in python allows me to perform tensor multiplication, but I am unable to do it in Julia. This function is possible withbatch_matmul
but it throws the deprecation warning.The following MWE is based on the tf.matmul documentation.
Python version
Julia version
Version Info
The text was updated successfully, but these errors were encountered: