目录
目录readme.md

A Jittor Impl of Conditional-GAN, based on MNIST dataset.

Result

result

Intro

This is a simple implementation of Conditional-GAN, based on MNIST dataset. The generator is a simple MLP, and the discriminator is a simple CNN.

Setting up development env

  • Install Jittor framework (idk how to)
  • Check jittor cuda support

Run

python CGAN.py

Code adapted from

Jittor official examples

关于

A Jittor Impl of Conditional-GAN, based on MNIST dataset. Code mostly from https://www.educoder.net/competitions/Jittor-5

36.0 KB
邀请码