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
As you can see, the last print should have '3' as output, but instead has '8'. Some experimenting showed that the returned value seems to always be x.shape[-1].
My environment:
Windows + WSL (Ubuntu 24.04)
torch: 2.2.2+cu121
pykeops: 2.2.3
The text was updated successfully, but these errors were encountered:
The title says it all.
Minimal example:
As you can see, the last print should have '3' as output, but instead has '8'. Some experimenting showed that the returned value seems to always be
x.shape[-1]
.My environment:
The text was updated successfully, but these errors were encountered: