Update README.md
This project contains a CGAN.py, which implements a conditional GAN based on Deep Learning framework Jittor. This project is also for the warm-up test of the Jittor AI Competition.
python CGAN.py
conda create -n jittor python=3.9 conda activate jittor conda install pywin32 python -m pip install jittor python -m jittor.test.test_core python -m jittor.test.test_example python -m jittor.test.test_cudnn_op
Jittor
Jittor AI Competition
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
PA3 for Computer Graphics 2024
Introduction
This project contains a CGAN.py, which implements a conditional GAN based on Deep Learning framework Jittor. This project is also for the warm-up test of the Jittor AI Competition.
Usage
Install (Windows)
Helpful Links
Jittor
Jittor AI Competition