How to remove parameters from optimizer with Basefinetuning? #11898
Unanswered
grudloff
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 need to train sequentially disjoint parts of a model. Is there a way to remove parameters groups from the optimizer before adding new parameter groups, or is there a way to set the parameter group?
This post suggests this:
Is this a good way to do it? Is there another alternative?
Beta Was this translation helpful? Give feedback.
All reactions