Merge branch ‘master’ of https://gitlink.org.cn/jyli21/jittor readme
This project contains a program CGAN.py, which is a Jittor implementation of Conditional GAN (CGAN). It uses MNIST dataset to generate the input number. This is the homework for Computer Graphics 2023, Tsinghua University.
CGAN.py
libomp numpy jittor
python3 CGAN.py
Jittor installation
A Jittor implementation of Conditional GAN (CGAN).
CGAN_jittor
Overview
This project contains a program
CGAN.py
, which is a Jittor implementation of Conditional GAN (CGAN). It uses MNIST dataset to generate the input number.This is the homework for Computer Graphics 2023, Tsinghua University.
Requirements
Usage
python3 CGAN.py
Associated Links
Jittor installation