Same Graph through different GCN layers in same times. #2195
Unanswered
jiaruHithub
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I don't see any issues with your |
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 have a questuion about GCN layer.
I want to make same graph enter two GCN layers (same layers, but different weights).
Like this:
I write the code as fellow:
But it seems don't work. In training, The training time is even less than a single consecutive layer.
How can I write this code and make it work?
Beta Was this translation helpful? Give feedback.
All reactions