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