mat1 and mat2 must have the same dtype #8099
-
I can't figure out which values are the wrong type. I got this the first time when I ran it and my Dataset Process:
Model, using qm9 example:
Running:
|
Beta Was this translation helpful? Give feedback.
Answered by
anthonysirico
Sep 30, 2023
Replies: 1 comment 3 replies
-
Had to cast all linear layers to |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
anthonysirico
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had to cast all linear layers to
torch.float64
since my data was float64