ImportError: cannot import name 'SimpleConv' from 'torch_geometric.nn' #9500
Unanswered
atul1234anand
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you see the import statement somewhere in the docs? The correct location of the class is: from torch_geometric.nn import SimpleConv |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I cant find the SimpleConv operation in Pytorch geometric. On trying to import it, I get the above error.
The import statement used is:
from torch_geometric.nn import SimpleConv
Beta Was this translation helpful? Give feedback.
All reactions