How to log pruning sparsity in wandb logger #11104
Unanswered
whtitefall
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
hey! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use model pruning in lightning, I know the verbose parameter log out the sparsity of the model layers,
but how do I log the sparsity versus epoch/steps into the logger? is there a customized logger function that I need to specify?
Beta Was this translation helpful? Give feedback.
All reactions