rosinality / alias-free-gan-pytorch

Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch
Other
507 stars 43 forks source link

Modify to work successful in config-r #27

Open jiwoogit opened 2 years ago

jiwoogit commented 2 years ago

After reflecting from the official pytorch code, this project doesn't work in config-r.jsonnet setting. For detail, an error occurs when kernel_size is 1. I found a bug in padding size, so I modify by reflecting the official code.