Conditional GAN for MNIST Image Generation based on Jittor
Introduction
This project includes code for MNIST image generation using conditional GAN.
This is a project for Jittor AI challenge warm-up contest. Codes are based on the example code given by the reference site.
Running
This project can be run on python3.7 with jittor 1.2.2.59 and numpy 1.20.2.
Run with command:
python3.7 CGAN.py
Parameters can be adjusted using command line options. For details check the code or run:
Conditional GAN for MNIST Image Generation based on Jittor
Introduction
This project includes code for MNIST image generation using conditional GAN. This is a project for Jittor AI challenge warm-up contest. Codes are based on the example code given by the reference site.
Running
This project can be run on python3.7 with jittor 1.2.2.59 and numpy 1.20.2.
Run with command:
Parameters can be adjusted using command line options. For details check the code or run:
Outputs include:
Reference
https://www.educoder.net/competitions/index/Jittor-4