目录
目录README.md

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 的地方修改需要生成的数字串,然后在仓库文件夹中,运行

python CGAN.py

即可开始训练。最终生成的图片将会被保存在 result.png 中。

example output

请查询 https://cloud.tsinghua.edu.cn/d/facdc603f2d3447ab20a/

关于

A Jittor implementation of Conditional GAN (CGAN)

34.0 KB
邀请码