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)
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.