TransGAN icon indicating copy to clipboard operation
TransGAN copied to clipboard

[NeurIPS‘2021] "TransGAN: Two Pure Transformers Can Make One Strong GAN, and That Can Scale Up", Yifan Jiang, Shiyu Chang, Zhangyang Wang

Results 15 TransGAN issues
Sort by recently updated
recently updated
newest added

Now I have experimented with a framework in which the generator is transgan and the discriminator is autogan, but it doesn't seem to converge? Epoch is 320, and the experimental...

Could you provide 256x256 CelebA pretrained model? Thank you so much. By the way, how long did it take you to train a 256 * 256 celeba model. How many...

![image](https://user-images.githubusercontent.com/77220486/164712781-be47ef2e-87a9-4b71-9b34-9fedb0314ade.png) UnboundLocalError: local variable 'gen_net' referenced before assignment 请问 全局变量和局部变量冲突了? is the global variable conflict with the local variable... ![微信截图_20220422202005](https://user-images.githubusercontent.com/77220486/164713095-cd6142d6-0c7b-46c6-b515-29eaf765f015.png)

I have 2 questions: 1) Can you please share how to train custom dataset (structure of data path) ? 2) Is this model capable to train conditional GAN ? Thanks,...

Why is the samples folder empty during training and testing?

RuntimeError: CUDA out of memory. Tried to allocate 1024.00 MiB (GPU 0; 7.94 GiB total capacity; 7.03 GiB already allocated; 144.81 MiB free; 7.12 GiB reserved in total by PyTorch)...

I train this model and download cifar_checkpoint,but: => calculate fid score 0%| | 0/3125 [00:02

[Epoch 20/2558] [Batch 750/782] [D loss: 1.229028] [G loss: -36.288643] [ema: 0.999577] 100%|██████████████████████████████████████████████████████████| 782/782 [04:56 calculate inception score Inception score: 0 => calculate fid score 0%| | 0/6250 [00:00

Hi, thanks for making the codes public! I found a minor bug [here](https://github.com/VITA-Group/TransGAN/blob/ff5aac42ed244b0a803baecb3af340ffeec53dc0/models_search/Celeba256_gen.py#L345). The variable `self.pos_embed` keeps the CPU version of the positional embedding. This is the root cause of...

Hi, I saw the cifar10 checkpoint but can not find the celeba-hq checkpoint link. Could you please kindly release the celeba-hq-256 checkpoint? Thanks a lot. Best, Yang