You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I trained the model successfully however, when I wanted to run !python -m src.scripts.inference I get this error RuntimeError: Error(s) in loading state_dict for SimpleMPGNN: Missing key(s) in state_dict: "conv1.lin.weight", "conv2.lin.weight". Unexpected key(s) in state_dict: "conv1.root", "conv2.root".
Can you please help me solve this issue? Thanks
The text was updated successfully, but these errors were encountered:
Hi, I trained the model successfully however, when I wanted to run
!python -m src.scripts.inference
I get this errorRuntimeError: Error(s) in loading state_dict for SimpleMPGNN: Missing key(s) in state_dict: "conv1.lin.weight", "conv2.lin.weight". Unexpected key(s) in state_dict: "conv1.root", "conv2.root".
Can you please help me solve this issue? Thanks
The text was updated successfully, but these errors were encountered: