UserWarning: Sparse CSR tensor support is in beta state #7140
-
After upgrading pytorch geometric, I started getting this: I'm not sure how this is triggered, cause I don't use any sparse tensors from my side. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
PyG 2.3 is attempting to replace |
Beta Was this translation helpful? Give feedback.
-
Yeah, this warning is a bit annoying, sorry about that. You can disable it via import warnings
warnings.filterwarnings('ignore', '.*Sparse CSR tensor support is in beta state.*') |
Beta Was this translation helpful? Give feedback.
-
I figured out that it must come from some positional encodings I'm using. |
Beta Was this translation helpful? Give feedback.
-
Same happened. There is no known problem, and everything works as expected. |
Beta Was this translation helpful? Give feedback.
There is no known problem, and everything works as expected.