Update README.md
使用 Jittor 深度学习框架,在数字图片数据集 MNIST 上训练一个将随机噪声和类别标签映射为数字图片的 Conditional GAN 模型,生成指定数字序列对应的图 片
https://cg.cs.tsinghua.edu.cn/jittor/download/
https://www.educoder.net/paths/89rcg6jn
python CGAN.py
A Jittor implementation of Conditional GAN (CGAN)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
A Jittor implementation of Conditional GAN (CGAN)
实验综述
使用 Jittor 深度学习框架,在数字图片数据集 MNIST 上训练一个将随机噪声和类别标签映射为数字图片的 Conditional GAN 模型,生成指定数字序列对应的图 片
环境配置
Jittor安装
https://cg.cs.tsinghua.edu.cn/jittor/download/
Jittor教程
https://www.educoder.net/paths/89rcg6jn
运行命令
python CGAN.py