Search found 2 matches
- Fri Jan 13, 2023 5:17 pm
- Forum: Training Discussion
- Topic: How do you reuse training/data from B source face for a new A Video/face?
- Replies: 6
- Views: 4879
Re: How do you reuse training/data from B source face for a new A Video/face?
Not something I have tried, but yes, theoretically that would be possible (load + freeze everything except for the A decoder, train the A decoder for a length of time before unfreezing the whole model. Thanks for clarification but there's something still not clear, how Faceswap recognize that in th...
- Fri Jan 13, 2023 1:52 pm
- Forum: Training Discussion
- Topic: How do you reuse training/data from B source face for a new A Video/face?
- Replies: 6
- Views: 4879
Re: How do you reuse training/data from B source face for a new A Video/face?
Look into Freezing/Loading weights. Covered in the training guide two question: 1) So can be a good pratice training a model A/B with a very high number of interation to obtain a good "B" trained face that i want to reuse with the "load weight" function the B model for other swa...