Print weights summary #5786
Answered
by
rohitgr7
sho-87
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Weights summary gets printed when Trainer calls Is there something we can call to manually print the weights summary of a particular model without having to fit the model every time? |
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Dec 29, 2020
Replies: 1 comment
-
just do model = YourLightningModule(...)
model.summarize(mode=...)
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Borda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just do
mode='top', 'full'