Add LICENSE
This repo provides a Jittor implementation of Conditional GAN (CGAN). Refer to Jittor for more details about this framework.
. ├── archive ├── data ├── log ├── CGAN.py ├── train.ipynb └── README.md
archive
data
log
CGAN.py
train.ipynb
A Jittor implementation of Conditional GAN (CGAN)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN with Jittor
This repo provides a Jittor implementation of Conditional GAN (CGAN). Refer to Jittor for more details about this framework.
File Structure
archive
: contains the stable version of trained models.data
: contains the saved model checkpoints.log
: contains the picture logs during training.CGAN.py
: the reference, provided by Jittor.train.ipynb
: the main training script.