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".
- Host: GitHub
- URL: https://github.com/songquanpeng/vitgan
- Owner: songquanpeng
- Created: 2022-04-25T08:14:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T03:34:48.000Z (about 4 years ago)
- Last Synced: 2025-02-27T02:42:38.100Z (over 1 year ago)
- Topics: gan, iclr2022, vit, vitgan
- Language: Python
- Homepage: https://arxiv.org/abs/2107.04589
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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