How to log parameters' norms and parameters' gradients' norms during .fit()? #14266
Unanswered
RylanSchaeffer
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 1 reply
-
Hi @RylanSchaeffer, to log the parameter norms or grad norm you can do something like - To log the norms of your parameters during |
Beta Was this translation helpful? Give feedback.
1 reply
-
it's mentioned over here: https://pytorch-lightning.readthedocs.io/en/stable/common/trainer.html?highlight=track_grad_norm#track-grad-norm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a two related questions regarding logging parameters' norms and parameters' gradients' norms.
Trainer
class has atrack_grad_norm
flag. I don't know what "tracking" means. Does this mean that parameters' norms are logged?.fit()
?Beta Was this translation helpful? Give feedback.
All reactions