elvisyjlin / AttGAN-PyTorch

AttGAN PyTorch Arbitrary Facial Attribute Editing: Only Change What You Want
MIT License
248 stars 61 forks source link

Why no instancenorm in fcs? #31

Open daizigege opened 2 years ago

daizigege commented 2 years ago

you said:"No instancenorm in fcs in source code, which is different from paper."
Is it the same as the tensorflow version by the author? Is it get better than having instancenorm?

elvisyjlin commented 2 years ago

Sorry, I didn't check the issues for a long time. What I did in this repo was migrating the neural network from the TensorFlow version. The TensorFlow implementation does not use instance norm, either. I didn't do experiment about instance norm.