update readme
This project is a Jittor implementation of Conditional GAN (CGAN). We use the MNIST digit image dataset to train a Conditional GAN model that maps random noise and class labels to digit images, and generate specified digit sequences.
First, you need to install the Jittor framework. Please refer to the website https://cg.cs.tsinghua.edu.cn/jittor/download/.
Then, you only need to enter the following command:
python CGAN.py
After training for a period of time, the image ‘result.png’ will be generated.
A Jittor implementation of Conditional GAN (CGAN)
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
CGAN_jittor
Introduction
This project is a Jittor implementation of Conditional GAN (CGAN). We use the MNIST digit image dataset to train a Conditional GAN model that maps random noise and class labels to digit images, and generate specified digit sequences.
Program Running
First, you need to install the Jittor framework. Please refer to the website https://cg.cs.tsinghua.edu.cn/jittor/download/.
Then, you only need to enter the following command:
After training for a period of time, the image ‘result.png’ will be generated.