-
I upgraded my PyG to 2.3.0 and got an error when using NeighborLoader to undirected data, the code did work with PyG=2.0.3 but failed with 2.3.0. How to solve the problem?
|
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 27, 2023
Replies: 1 comment
-
We are in the process of adding undirected support to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NBStarry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are in the process of adding undirected support to
pyg-lib
. In the meantime, please calltorch_geometric.typing.WITH_PYG_LIB = False
at the start of your script for undirected sampling.