Constant ur and ul values #17
Answered
by
MarcColl10
MarcColl10
asked this question in
Ex_1
-
After training the model, my model only predicts with a constant ur and ul values, which gives me the following result, how can I solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
MarcColl10
Sep 13, 2024
Replies: 1 comment 2 replies
-
I would debug why your model gives a constant output. Try to use a debugger to see how the constant output is produced from your model's forward pass. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, I have the learning rate 3 orders of magnitude bigger than it should. After setting lr=0.001 it worked.