目录
目录README.md

CGAN_jittor

This is a Jittor implementation of Conditional GAN (CGAN).

Environment

You have to install python>=3.7 and Jittor first.

Train

Example:

python CGAN.py

Inference Only

Example:

python CGAN.py --n_epochs=0

This will automatically load the latest checkpoint.

关于

A Jittor implementation of Conditional GAN (CGAN).

26.0 KB
邀请码