Update readme.md
在数字图片数据集MNIST 上训练一个将随机噪声和类别标签映射为数字图片的Conditional GAN 模型,生成指定数字序列对应的图片。
参考https://cg.cs.tsinghua.edu.cn/jittor/download/
python CGAN.py
可自行调节参数
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
A Jittor implementation of Conditional GAN
项目功能
在数字图片数据集MNIST 上训练一个将随机噪声和类别标签映射为数字图片的Conditional GAN 模型,生成指定数字序列对应的图片。
环境配置
jittor 安装
参考https://cg.cs.tsinghua.edu.cn/jittor/download/
使用
可自行调节参数