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

NonLocalBlock missing convolution before output. #12

Closed KyleM4t1qbit closed 11 months ago

KyleM4t1qbit commented 11 months ago

Output convolution initialized but not used in forward. Added.

KyleM4t1qbit commented 11 months ago

(will re-open with personal github account)