deepfakes / faceswap-playground

User dedicated repo for the faceswap project
306 stars 194 forks source link

Is retraining the model possible? #220

Closed Vasu7052 closed 5 years ago

Vasu7052 commented 6 years ago

Hey there,

I have just a simple query, that if we train the model for let's say 10 hours and stop the execution( model is now saved).. does the algorithm is made in such a way that if run training again then it will continue with the latest model saved or it will start fresh from the beginning???

torzdf commented 6 years ago

It will continue from where it left off.

Vasu7052 commented 6 years ago

It will continue from where it left off.

Thanks for the info!!