shaoanlu / faceswap-GAN

A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when use trained model to video_conversion

qyc0129 opened this issue · comments

when i have trained model and try to converse a video
ValueError: You are trying to load a weight file containing 24 layers into a model with 20 layers.

I have the same issue with the number of layers:
ValueError: You are trying to load a weight file containing 27 layers into a model with 22 layers.

Did you solve it? @qyc0129