update readme
This project uses the MNIST dataset to train a CGAN model, which can generate images of specified numbers
To start training and generate image, use the command below.
python CGAN.py
A Jittor implementation of Conditional GAN (CGAN)
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
CGAN
This project uses the MNIST dataset to train a CGAN model, which can generate images of specified numbers
To start training and generate image, use the command below.