About the loss on the progress bar #13842
Answered
by
rohitgr7
Struggle-Forever
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
The loss in the red box indicates? |
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Jul 26, 2022
Replies: 1 comment 1 reply
-
ideally it is just the step loss, but you might notice that it's different from There is a tracking issue, that will remove the averaging window. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Struggle-Forever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ideally it is just the step loss, but you might notice that it's different from
loss_step
. The reason isloss
is a running loss with certain window.There is a tracking issue, that will remove the averaging window.