Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .gitignore | 1 year ago | |
| CGAN.py | 1 year ago | |
| README.md | 1 year ago | |
| result.png | 1 year ago | |
本项目基于jittor的深度模型框架编写了生成对抗神经网络,具体使用MNIST数据集来实现手写数字的生成。
安装完成jittor后运行
python CGAN.py
即可生成指定数字串的手写图片
This project implements a Conditional Generative Adversarial Network (cGAN) using the Jittor deep learning framework.
Python