目录
目录README.md

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
├── data
├── log
├── CGAN.py
├── train.ipynb
└── README.md
  • 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.
关于

A Jittor implementation of Conditional GAN (CGAN)

10.1 MB
邀请码