update readme.md
A Jittor implementation of Conditional GAN (CGAN)
jittor官方提供的docker
python3.7 cgan.py
训练后的模型保存在models文件夹中
python3.7 test.py
图片保存在result.png中
https://cg.cs.tsinghua.edu.cn/jittor/tutorial/2020-5-13-22-47-cgan/
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN_jittor_example
A Jittor implementation of Conditional GAN (CGAN)
环境配置
jittor官方提供的docker
模型训练方法
python3.7 cgan.py
训练后的模型保存在models文件夹中
模型测试方法
python3.7 test.py
图片保存在result.png中
参考代码
https://cg.cs.tsinghua.edu.cn/jittor/tutorial/2020-5-13-22-47-cgan/