Add .gitignore
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.
python3 CGAN.py
Training (hyper)parameters can be set using command line arguments. For detail, run python CGAN.py --help.
python CGAN.py --help
The result will be stored at result.png, and the models will be stored at *.pkl.
result.png
*.pkl
a Conditional GAN (CGAN) practice, based on Jittor platform.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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
.