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