CGAN_jittor
A Jittor implementation of Conditional GAN (CGAN) on MNIST dataset.
Requirements
Get Started
After installing all requirements, run the code with python3 CGAN.py
To get an overview of how the code accepts arguments, use python3 CGAN.py -h
CGAN_jittor
A Jittor implementation of Conditional GAN (CGAN) on MNIST dataset.
Requirements
Get Started
After installing all requirements, run the code with
python3 CGAN.py
To get an overview of how the code accepts arguments, use
python3 CGAN.py -h