gansformer icon indicating copy to clipboard operation
gansformer copied to clipboard

Generative Adversarial Transformers

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

I guess it's a small typo.

Thanks for your brilliant work of ganformer and ganformer2! May I ask is there a roughly timeline to when the ganformer2 model would be release? Thanks for your time!

Hi, Are you planning to release the ganformer2 anytime soon? Btw the article is very interesting and i would love to test it!

Hi, I have an image classification dataset, can I use this gansformer to generate synthetic data?

I executed PyTorch_version/loader.py with ffhq-snapshot.pkl and it worked well. However, I didn't work with ffhq-snapshot-1024.pkl. How can I resolve this issue? Error messages are below. ``` Loading ffhq-snapshot-1024.pkl... synthesis.b1024.conv_last.weight [32,...

Is GANformer2 code currently included in this repro? I can't seem to find anything on the two stage method anywhere in the code. If not included at the moment, is...

Hi, I have instance segmentation dataset for street view. Can I use this project to synthesize novel data using the annotated data? Regards, Rakesh

I always get out of memory errors even when using all defaults and training low resolution. 8 * V100 16GB

Is there a way we can project back the images to get the latent vectors just like it is available in StyleGan2 repo?

Hello! Thank you for open-sourcing this work, this is amazing 😊 I was wondering if you'd be interested in mirroring the pretrained model weights over on the [Hugging Face model...