目录
目录README.md

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
关于

A toy implementation of Conditional GAN for MNIST generation

35.0 KB
邀请码