alias-free-gan-pytorch
alias-free-gan-pytorch copied to clipboard
Modify to work successful in config-r
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.