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
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
The tf.matmul bug documented at tensorflow/tensorflow#52148 causes tensordot2 to fail under certain circumstances. Once tensorflow fixes the bug on their side we should revert to using tensordot2 in the TensorflowBackend.
The text was updated successfully, but these errors were encountered:
mganahl
changed the title
revert to tensordot2 once https://github.com/tensorflow/tensorflow/issues/52148 is fixed
revert to tensordot2 once tf.matmul is fixed
Sep 27, 2021
Even without tensordot2, bad interplay between tf.vectorized_map and complex valued ops (maybe still tf.matmul) can still emerge for gradient evaluations, see #940 (comment)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
tf.matmul
bug documented at tensorflow/tensorflow#52148 causestensordot2
to fail under certain circumstances. Once tensorflow fixes the bug on their side we should revert to usingtensordot2
in theTensorflowBackend
.The text was updated successfully, but these errors were encountered: