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)
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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