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).
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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.