Autoencoder model weights

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
leommiranda
Posts: 1
Joined: Thu Oct 15, 2020 4:45 pm
Has thanked: 1 time

Autoencoder model weights

Post by leommiranda »

When I use "python faceswap.py train (...)", are the model weights randomly initialized? Or are they pre-trained? If so, in which dataset? Imagenet?

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: Autoencoder model weights

Post by torzdf »

They are not pre-trained.

There are various options for initialization (ICNR and Convolutional-Aware) which can be used, otherwise the are generally initialized with He Uniform distribution.

My word is final

Locked