CGAN_Jittor
Introduction
This projects implements Conditional Generative Adversarial Network(CGAN) to generate number images similar to MNIST. This project is implemented using the Jittor deep learning framework.
Usage
- Install Jittor framework.
- Run command “python CGAN.py”.
CGAN_Jittor
Introduction
This projects implements Conditional Generative Adversarial Network(CGAN) to generate number images similar to MNIST. This project is implemented using the Jittor deep learning framework.
Usage