目录
目录README.md

Conditional GAN:采用jittor编写

简述

本项目为使用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).

30.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号