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
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
How to use
python CGAN.py
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