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

How to generate the new image after training the transformer? #8

Open FatLong666 opened 1 year ago

FatLong666 commented 1 year ago

I have been finish the training on flower dataset with the transformer, but how can I generate the New Image with the transformer? and than put them into the decoder?