Loss remains the same #529
-
torch.manual_seed(87) I run this code,till 28th the output was descending i.e, going closer to zero : Epoch:8|Loss:0.17129679024219513 But after 28th the loss remains same .WHY? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
your code seems to be correct, I run it and the result is reasonable. Since I don't know what is your model_0 and dataset, I just assume you're following the video and using a simple y = W*x+b linear model.