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
Hello @flbk ,
We are sorry for looking at this several months after. There were indeed bugs in the definition of gradient operations with broadcasting on the last dimension, for multiplication with complex, but also for addition and subtraction with complex and reals. This should be ok now with the commit done in the main branch.
Gradient doesn't seem to broadcast on the last dimension when using complex tensors.
This works:
This doesn't work:
But this works:
The text was updated successfully, but these errors were encountered: