feat: block report
A Jittor implementation of Conditional GAN (CGAN) on MNIST dataset.
After installing all requirements, run the code with python3 CGAN.py
python3 CGAN.py
To get an overview of how the code accepts arguments, use python3 CGAN.py -h
python3 CGAN.py -h
A Jittor implementation of Conditional GAN (CGAN)
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.pyTo get an overview of how the code accepts arguments, use
python3 CGAN.py -h