Source Code
本项目基于jittor的深度模型框架编写了生成对抗神经网络,具体使用MNIST数据集来实现手写数字的生成。
jittor
安装完成jittor后运行
python CGAN.py
即可生成指定数字串的手写图片
This project implements a Conditional Generative Adversarial Network (cGAN) using the Jittor deep learning framework.
jittor_cGAN
本项目基于
jittor
的深度模型框架编写了生成对抗神经网络,具体使用MNIST数据集来实现手写数字的生成。安装完成
jittor
后运行即可生成指定数字串的手写图片