Replies: 2 comments
-
|
Try to tranpose one of matrix |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @crice6719, The default datatype in PyTorch for models/data is Have you tried using That may help (as I think the error comes from your model rather than your data). In essence, it looks like your data is |
Beta Was this translation helpful? Give feedback.
0 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.
-
When trying to make predictions and print untrained preds, im getting a mat1 and ma2 must have same dtype error. I have created all the tensors of the float dtype so im not sure what might be causing this error. Any help would be greatly appreciated.
Link to the code
Beta Was this translation helpful? Give feedback.
All reactions