Add LICENSE
This project is a very simple demo, showing how to use jittor to train a CGAN and generate images of numbers.
conda create -n jittor_env conda activate jittor_env conda install cudatoolkit=10.2 pip install jittor opencv-python==4.1.2.30 numpy==1.18.2 Pillow==6.2.1
python CGAN.py
A toy implementation of Conditional GAN for MNIST generation
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN_jittor_homework
This project is a very simple demo, showing how to use jittor to train a CGAN and generate images of numbers.
How to install
How to use