shaoanlu / faceswap-GAN

A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
3.39k stars 841 forks source link

Build vggface model err... #145

Open jolt2017 opened 5 years ago

jolt2017 commented 5 years ago

hi: I confronted some problems when run
vggface = VGGFace(include_top = False, model = 'resnet50', input_shape = (224, 224, 3))

image Did you have any suggestions to solve this problem?