Replies: 3 comments 1 reply
-
Happy to help with any follow-up questions. We sadly do not have an example of every GNN layer we provide in PyG :( |
Beta Was this translation helpful? Give feedback.
-
Thank you for your speedy reply! And thanks for having so many cool layers -- can't always have a tutorial for advanced usage! I am getting an error when I try to use this -- perhaps it is due to batch dimension? Here is the error:
The model is very similar to the one above:
The dataset has: My batching has 64 graphs per batch. And the hidden_channels = 64. Thank you again for your help! |
Beta Was this translation helpful? Give feedback.
-
Thanks this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Is there anywhere an example of how to use the CGConv layer? I have read the paper, but there are some non-trivial differences between author code and py-g implementation. Looking for something like below:
In particular I do not understand
(for example: does channel_variable2 need to equal channel_variable3? Does channel_variable4 = the overall output of the model?)
For reference, I looked at the questions here: #2859
But the answer is not posted (even though it is solved).
Thank you all very much!
Beta Was this translation helpful? Give feedback.
All reactions