Prinsphield / ELEGANT

ELEGANT: Exchanging Latent Encodings with GAN for Transferring Multiple Face Attributes
https://arxiv.org/abs/1803.10562
MIT License
262 stars 42 forks source link

Get many many noises on C and D #7

Closed phelogges closed 6 years ago

phelogges commented 6 years ago

Thanks for your elegant work! I'm implementing your paper by TF, but there comes many noises when I sample from outputs and it's getting worse... I'm not sure if it happens to model collapse or something else... I trained model on a subset of celebA with 10000 images. The number on images is iterations with batch size 2. Hope for your advice, thanks! noise

Prinsphield commented 6 years ago

Could you please share me a private repo, so that I can check your code?

phelogges commented 6 years ago

Here is my code Thanks!

Prinsphield commented 6 years ago

Hello, good implementation!

There are several differences or mistakes in your code.

phelogges commented 6 years ago

That will be a big mistake(:з」∠)

In that case, I should create graphs during training phase rather than initialization phase because of dynamic z_C and z_D...

I’ll modify my code... Thanks!