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).
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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