taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.04k forks source link

Potential implementation issues and theoretical questions #98

Open Aenteas opened 4 years ago

Aenteas commented 4 years ago

Thank you for sharing the code!

I have been analyzing both the pytorch and tensorflow repos along with the paper for a while. I have come to my own conclusions, (which could be wrong). I hope this might be helpful to find potential issues (or conversely help me to shed light on things that I misunderstood).

I have some concern with the tensorflow implementation from a theoretical perspective and would like to point out the differences between the 2 repos and implementation issues of pytorch code:

Theoretical questions:

Repo differences/potential implementation issues: