Replies: 2 comments 14 replies
-
Maybe it is a discrepancy between the version of torch-cluster (1.4) and the version of PyG (1.9) ? How did you install it ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Can you show us the commands that you used to install PyTorch and |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I can not import
torch_geometric.nn
, it saysI have uninstall geometric and reinstall it for 1.9 version.
Seems like the pytorch version issue, however, other part like
from torch_geometric.data import Data,DataLoader
can run successfully.Could you helper me with it?
Beta Was this translation helpful? Give feedback.
All reactions