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
Thanks for the quick fix (and the whole library)!
Looking at the code I see that there is a return out.nan_to_num_(neginf=0.0), but - inf is a perfectly legit output value.
Is there something preventing the correct handling of these cases #426 and #407 ?
The following code incorrectly set an unused output element to 0 instead of letting it to its original value (here -10):
which mean
scatter_logsumexp
only works in the corner case where all outputs are affected by the scatter operation.The text was updated successfully, but these errors were encountered: