docs: Updated docs
This is a simple implementation of Conditional-GAN, based on MNIST dataset. The generator is a simple MLP, and the discriminator is a simple CNN.
python CGAN.py
Jittor official examples
A Jittor Impl of Conditional-GAN, based on MNIST dataset. Code mostly from https://www.educoder.net/competitions/Jittor-5
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
A Jittor Impl of Conditional-GAN, based on MNIST dataset.
Result
Intro
This is a simple implementation of Conditional-GAN, based on MNIST dataset. The generator is a simple MLP, and the discriminator is a simple CNN.
Setting up development env
Run
Code adapted from
Jittor official examples