-
Hi Matt, I'm trying to modify
I compared This is my code below. I don't know why I got errors when I changed the loss function. Could you help me?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
What happens when you cast |
Beta Was this translation helpful? Give feedback.
What happens when you cast
data.y
totorch.float
? And does this error occur during forward or backward propagation?