core.finetuning#
How much of a pretrained encoder a downstream run is allowed to move.
Base class for finetuning strategies. |
|
No-op strategy that leaves all model parameters trainable. |
|
Freeze all parameters except those matching unfrozen_prefixes, then unfreeze at a target epoch. |
|
Freeze all parameters except those matching unfrozen_prefixes. |