Lightning Flash: How to configure optimizer with filter #17044
Unanswered
brianlow
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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 get this error
With this model while unfreezing layers during training:
I am assuming we want to tell the optimizer not to affect frozen layers. The error is helpful but uses a configuration syntax for lightning I think. The self reference is the model I think which is what I am trying to construct
Tried this:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions