An open API service indexing awesome lists of open source software.

https://github.com/songquanpeng/vitgan

[WIP] Unofficial PyTorch implementation for "ViTGAN: Training GANs with Vision Transformers".
https://github.com/songquanpeng/vitgan

gan iclr2022 vit vitgan

Last synced: about 1 year ago
JSON representation

[WIP] Unofficial PyTorch implementation for "ViTGAN: Training GANs with Vision Transformers".

Awesome Lists containing this project

README

          

# ViTGAN
> Unofficial PyTorch implementation for "ViTGAN: Training GANs with Vision Transformers"

## Steps
TODO

## TODOs
+ [ ] Basic Model
+ [ ] Enforcing Lipschitzness of Transformer Discriminator
+ [ ] Improved Spectral Normalization
+ [ ] Overlapping Image Patches

## Results
TODO

## References
+ https://github.com/lucidrains/vit-pytorch
+ https://github.com/wilile26811249/ViTGAN