AttGAN-PyTorch icon indicating copy to clipboard operation
AttGAN-PyTorch copied to clipboard

AttGAN PyTorch Arbitrary Facial Attribute Editing: Only Change What You Want

Results 14 AttGAN-PyTorch issues
Sort by recently updated
recently updated
newest added

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...

Hi, Thank you very much for sharing this helpful code. I am training the AttGAN with CelebA image size 128, 1GPU, batch size 32. After about 60K iterations I don't...

Hi, Many thanks for providing your code publicly. Could you please explain what are shortcut_layers and inject_layers in generator? Thank you.

Hi, when I use Pytorch-1.7 to train AttGAN from scratch, a RuntimeERROR appears. There are more details: Traceback (most recent call last): File "train.py", line 161, in errD = attgan.trainD(img_a,...

Hi I've been messing around with this code and found an error. If I use these params in the AttGAN class ``` def __init__(self, enc_dim=64, enc_layers=6, enc_norm_fn='batchnorm', enc_acti_fn='lrelu', dec_dim=64, dec_layers=6,...

why use extra attr_a_ and attr_b_ for attr_a and attr_b?

Hey, The pretrained model doesn't have necessary '*pth' [https://github.com/elvisyjlin/AttGAN-PyTorch/blob/master/utils.py#L14](url) Model - 128_shortcut1_inject1_none Can you help out here?