icevision icon indicating copy to clipboard operation
icevision copied to clipboard

Pytorch lightning callback to freeze backbone

Open fstroth opened this issue 3 years ago • 2 comments

Pytorch lightning callback to freeze backbone

Describe the solution you'd like Write callback the takes an int for the number of epochs to freeze the backbone for.

Pls assign to me.

fstroth avatar Nov 02 '21 17:11 fstroth

Do you mean something like this one?

FraPochetti avatar Dec 18 '21 17:12 FraPochetti

Yes. For a first implementation, I would like to mimic the interface of FastAI where we freeze the backbone for n epochs and then train both. Your version seems to use a gradual approach, which could be one of the next steps.

fstroth avatar Dec 19 '21 13:12 fstroth