Replies: 1 comment 3 replies
-
Currently |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am implementing the following code from this https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html link.
I just replaced the GATConv layer with GCNConv layer.
It is however throwing the following error:
AttributeError: 'tuple' object has no attribute 'size' in 1st GCNConv layer. Could you please help me why it is not working.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions