Skip to content

resume_form_checkpoint with different hyperparameters #14144

Discussion options

You must be logged in to vote

Can this be done by just just using the resume_from_checkpoint argument in the trainer or will the encoder still be frozen?

no, since Trainer doesn't know what your backbone is and it doesn't freeze any module manually.
you can check out BackboneFinetuning for your usecase.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sirtris
Comment options

@rohitgr7
Comment options

@sirtris
Comment options

Answer selected by sirtris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment