Update README.md
本项目为使用jittor编写的Conditional GAN模型,通过 MNIST 分类器进行生成图像的验证。最终生成一张手机号码的图片。
本代码依赖于jittor框架,安装方式请参考https://cg.cs.tsinghua.edu.cn/jittor/download/。
def main(): ... number = [1, 8, 1, 1, 6, 9, 7, 4, 0, 2, 9] ...
在上述代码中,修改number数组的元素,即可自定义生成的手机号。
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Conditional GAN:采用jittor编写
简述
本项目为使用jittor编写的Conditional GAN模型,通过 MNIST 分类器进行生成图像的验证。最终生成一张手机号码的图片。
安装
本代码依赖于jittor框架,安装方式请参考https://cg.cs.tsinghua.edu.cn/jittor/download/。
示例
在上述代码中,修改number数组的元素,即可自定义生成的手机号。