add result.png
This is for the warm-up competition in 2rd jittor challenge.
Team name: forMsGroves
This is an implementation of conditional gan(cgan) based on jittor.
The code is built on the given template.
pip install opencv-python==4.1.2.30 numpy==1.18.2 Pillow==6.2.1
sudo apt install python3.7-dev libomp-dev
python3.7 -m pip install jittor
python3.7 -m jittor.test.test_example
python3.7 -m jittor.test.test_cudnn_op
Please check the discriminator_last.pkl and generator_last.pkl.
discriminator_last.pkl
generator_last.pkl
python cgan.py
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Jittor warm-up competition
This is for the warm-up competition in 2rd jittor challenge.
Team name: forMsGroves
Introduction
This is an implementation of conditional gan(cgan) based on jittor.
The code is built on the given template.
Installation
Pre-traind Models
Please check the
discriminator_last.pkl
andgenerator_last.pkl
.Training