lucidrains / lightweight-gan

Implementation of 'lightweight' GAN, proposed in ICLR 2021, in Pytorch. High resolution image generations that can be trained within a day or two
MIT License
1.63k stars 222 forks source link

testing out an attention-based upsampling that https://arxiv.org/abs/… #125

Closed lucidrains closed 2 years ago

lucidrains commented 2 years ago

…2112.11435 showed better results than bilinear upsample or convtranspose2d

awaiting experimental results before deciding for use in VQGan-VAE