Solution to Colab problem (Graph Classification) using NNConv #2491
Answered
by
rusty1s
adhikarirsr
asked this question in
Q&A
-
We can get a decent result for graph classification problem using Since we have access to
I am getting this error:
Why am I getting this error? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 29, 2021
Replies: 1 comment 2 replies
-
Your first nn1 = nn.Sequential(nn.Linear(4, 25), nn.ReLU(), nn.Linear(25, 7 * 32)) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adhikarirsr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your first
nn
needs to be initialized as: