RuntimeError: mat1 and mat2 must have the same dtype #7127
Answered
by
rusty1s
anthonysirico
asked this question in
Q&A
-
Has anyone received this before?
|
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 9, 2023
Replies: 2 comments 13 replies
-
What is the dtype of |
Beta Was this translation helpful? Give feedback.
4 replies
-
@wsad1 @rusty1s
my model worked fine before the update. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about
return x
instead ofreturn
?