Error in loading model #3171
Unanswered
shrimonmuke0202
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This probably started happening after you updated to PyG2.0. In PyG2.0 the GCNConvs parameters
|
Beta Was this translation helpful? Give feedback.
4 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.
-
I want to load the old GCN model in my old code of GCN but this type of error occurs what can I do?
Error(s) in loading state_dict for GCNNet:
Missing key(s) in state_dict: "Conv1.lin.weight", "Conv2.lin.weight", "Conv3.lin.weight".
Unexpected key(s) in state_dict: "Conv1.weight", "Conv2.weight", "Conv3.weight".
Beta Was this translation helpful? Give feedback.
All reactions