dome272 / VQGAN-pytorch

Pytorch implementation of VQGAN (Taming Transformers for High-Resolution Image Synthesis) (https://arxiv.org/pdf/2012.09841.pdf)
MIT License
443 stars 73 forks source link

Added missing output projection #13

Open millskyle opened 11 months ago

millskyle commented 11 months ago

Output convolution initialized but not used in forward. Added.