ADD file via upload
refer to README.pdf
refer to jittor
you docker image is either jittor/jittor or jittor/jittor-cuda based on whether you have nvidia-gpus
git clone https://gitlink.org.cn/whattahwi/CGAN.git docker run -v $(pwd):/pub -it jittor/jittor-cuda /bin/bash python3.7 /pub/CGAN.py
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
IAI PA3 Conditional GAN
guide
refer to README.pdf
environment configuration
refer to jittor
reproduce
you docker image is either jittor/jittor or jittor/jittor-cuda based on whether you have nvidia-gpus