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)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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.