AdaFace icon indicating copy to clipboard operation
AdaFace copied to clipboard

Is it possible to additionally train already trained model. Not to train from the start.

Open martinenkoEduard opened this issue 3 years ago • 2 comments

Is it possible to additionally train already trained model. Not to train from the start. How do I do it?

martinenkoEduard avatar Aug 21 '22 07:08 martinenkoEduard

You may use the option --start_from_model_statedict. Specify start_from_model_statedict to be the pretrained model ckpt path. And use your own image dataset as specified in README_TRAIN.md

mk-minchul avatar Sep 10 '22 15:09 mk-minchul

Thanks!

martinenkoEduard avatar Sep 12 '22 05:09 martinenkoEduard