目录
目录README.md

CGAN_jittor

Intallation

Please refer to Website for general installation. Specially, for general Linux server, you can use the following commands:

conda create -n jt python=3.7
conda activate jt
python -m pip install jittor

Run

Directly use:

python CGAN.py

It will first train the model then predict image of given number, like the following one.

result

关于

A Jittor implementation of Conditional GAN (CGAN)

31.0 KB
邀请码