Update README.md
This is a Jittor implementation of Conditional GAN (CGAN).
You have to install python>=3.7 and Jittor first.
Example:
python CGAN.py
python CGAN.py --n_epochs=0
This will automatically load the latest checkpoint.
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN_jittor
This is a Jittor implementation of Conditional GAN (CGAN).
Environment
You have to install python>=3.7 and Jittor first.
Train
Example:
Inference Only
Example:
This will automatically load the latest checkpoint.