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.
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.