AdaFace
                                
                                 AdaFace copied to clipboard
                                
                                    AdaFace copied to clipboard
                            
                            
                            
                        Is it possible to additionally train already trained model. Not to train from the start.
Is it possible to additionally train already trained model. Not to train from the start. How do I do it?
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
Thanks!