daa233 / generative-inpainting-pytorch

A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)
MIT License
472 stars 97 forks source link

Attempting to train the GAN but the inpainted result is the same as the masked images (as shown with viz_images) #54

Closed DanielMallia closed 3 years ago

DanielMallia commented 3 years ago

I am currently attempting to train the GAN but the masked images (x) and the inpainted results are the same. Do you have any idea what could be causing this?

daa233 commented 3 years ago

Sorry, not sure about that.