Skip to content

Releases: dorarad/gansformer

Generative Adversarial Transformers (Pytorch / TF)

02 Feb 23:39
73e8127
Compare
Choose a tag to compare

Official Implementation of the Generative Adversarial Transformers paper, in both pytorch and tensorflow, for image and compositional scene generation. The codebase supports training, evaluation, image sampling, and variety of visualizations.

Updates for version 1.5.2 (Feb 22, 2022): We updated the weight initialization of the PyTorch version to the intended scale, leading to a substantial improvement in the model's learning speed.

Generative Adversarial Transformers

17 Mar 14:11
6fad03c
Compare
Choose a tag to compare

Official Implementation of the Generative Adversarial Transformers paper for image and compositional scene generation.
The codebase supports training, evaluation, image sampling, and variety of visualizations.