CGAN - Jittor
A simple demo of CGAN, based on Jittor
It is a contest code. Link: 第二届计图人工智能挑战赛.
The code is based on the example code provided by the contest officials.
Usage
python3 CGAN.py
Training (hyper)parameters can be set using command line arguments. For detail, run python CGAN.py --help
.
The result will be stored at result.png
, and the models will be stored at *.pkl
.
CGAN - Jittor
A simple demo of CGAN, based on Jittor
It is a contest code. Link: 第二届计图人工智能挑战赛.
The code is based on the example code provided by the contest officials.
Usage
Training (hyper)parameters can be set using command line arguments. For detail, run
python CGAN.py --help
.The result will be stored at
result.png
, and the models will be stored at*.pkl
.