How to Speed up Training

Want to understand the training process better? Got tips for which model to use and when? This is the place for you


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for discussing tips and understanding the process involved with Training a Faceswap model.

If you have found a bug are having issues with the Training process not working, then you should post in the Training Support forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
ericpan0513
Posts: 23
Joined: Wed Jul 22, 2020 3:34 am
Has thanked: 6 times

How to Speed up Training

Post by ericpan0513 »

Hi! I would like to ask a question about training.
Assume that I've got a face A, and I want it to swap on several other faces B, C, D. Is there a way that can help training faster instead of training AB, AC, and AD separately? I'm just curious if one of the target is the same, then if it's possible to save some time, to be more efficient?
Thank you!

by torzdf » Thu Jul 30, 2020 7:10 am

Our advice is always to start from a fresh model.

You can delete the unused Decoder from the model file, but most likely you'll need to amend some code to support creation of a new decoder, and this is unsupported, so you would be on your own.

Go to full post
User avatar
torzdf
Posts: 2682
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 133 times
Been thanked: 626 times

Re: How to Speed up Training

Post by torzdf »

Our advice is always to start from a fresh model.

You can delete the unused Decoder from the model file, but most likely you'll need to amend some code to support creation of a new decoder, and this is unsupported, so you would be on your own.

My word is final

Locked