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
The first snippet provided in this comment pytorch/pytorch#36748 (comment) might help smooth support for torch in Array API consuming libraries such as scikit-learn without them having to maintain their own hacks while waiting upstream PyTorch to address pytorch/pytorch#70920.
The text was updated successfully, but these errors were encountered:
This sounds reasonable. Based on the code comments, the workarounds there didn't work because they used non-deterministic scatter. But if those workarounds you referenced don't have that issue, we can implement them.
The first snippet provided in this comment pytorch/pytorch#36748 (comment) might help smooth support for torch in Array API consuming libraries such as scikit-learn without them having to maintain their own hacks while waiting upstream PyTorch to address pytorch/pytorch#70920.
The text was updated successfully, but these errors were encountered: