taming-transformers
taming-transformers copied to clipboard
Taming Transformers for High-Resolution Image Synthesis
I really like your paper, thanks for your open source! It seems that you did not use early stop in the ModelCheckpoint. Could you please tell me how many epochs...
Hello authors, Thank you for the amazing work! I am trying to generate a face image of higher resolution (512x512). My strategy is to initiate the `z_q` as a random...
when generation segmentation to image i can't find this file **"ckpt_path: logs/2020-11-07T00-08-54_cocostuffthings_vqvae_segmentation_bce/checkpoints/last.ckpt"**
Hi @rromb , some quantitative results of FID on CelebA-HQ, ADE20k, e.g., are reported in this repo. But the model setting is not clear, such as if the model includes...
I am still struggling with training VQ-GAN in the first stage, not even the conditional transformer which is a second stage. The result looks fine before the discriminator loss is...
Great work! I am working on my own dataset recently. During training, I found two odd things about the loss. I really appreciate the guidance of you if you've had...
The page gives an error: `Unable to download directory "2020-11-09T13-31-51_sflckr": size is too large.` I have to go into the `checkpoints` directory and download the file by itself, which is...
main
I get this issue when I use my own image in the **Load an example segmentation and visualize** section How can I fix this?? Thanks. ``` IndexError Traceback (most recent...