Merge branch ‘master’ of code.gitlink.org.cn:zhizhithu/CGAN_jittor merge: add license
这个仓库实现了使用 Jittor 库的 CGAN 模型。具体来说,它运用 jittor 库中的相关函数,实现了一个对抗性的神经网络以产生手写数字的图片。
只需要安装 jittor 官方给出的相关依赖即可。具体安装方式可以参考 https://github.com/Jittor/jittor/blob/master/README.cn.md#%E5%AE%89%E8%A3%85
在 CGAN.py 中标记有 TODO 的地方修改需要生成的数字串,然后在仓库文件夹中,运行
CGAN.py
python CGAN.py
即可开始训练。最终生成的图片将会被保存在 result.png 中。
result.png
请查询 https://cloud.tsinghua.edu.cn/d/facdc603f2d3447ab20a/
A Jittor implementation of Conditional GAN (CGAN)
CGAN_jittor
Overview
这个仓库实现了使用 Jittor 库的 CGAN 模型。具体来说,它运用 jittor 库中的相关函数,实现了一个对抗性的神经网络以产生手写数字的图片。
Installation
只需要安装 jittor 官方给出的相关依赖即可。具体安装方式可以参考 https://github.com/Jittor/jittor/blob/master/README.cn.md#%E5%AE%89%E8%A3%85
Quick Start
在
CGAN.py
中标记有 TODO 的地方修改需要生成的数字串,然后在仓库文件夹中,运行即可开始训练。最终生成的图片将会被保存在
result.png
中。Link
example output
请查询 https://cloud.tsinghua.edu.cn/d/facdc603f2d3447ab20a/