# ViTGAN **Repository Path**: alian1006/ViTGAN ## Basic Information - **Project Name**: ViTGAN - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ViTGAN: Training GANs with Vision Transformers A PyTorch implementation of ViTGAN based on paper [ViTGAN: Training GANs with Vision Transformers](https://arxiv.org/abs/2107.04589v1). ![Network Architecture image from the paper](model_ach.jpg) --- # Reference ``` Kwonjoon Lee, Huiwen Chang, Lu Jiang, Han Zhang, Zhuowen Tu, Ce Liu. ViTGAN: Training GANs with Vision Transformers. arXiv:2107.04589v1, 2021. ``` # Author **Hong-Jia Chen**