Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| .gitignore | 2 years ago | |
| CGAN.py | 2 years ago | |
| LICENSE | 2 years ago | |
| README.md | 2 years ago | |
| requirements.txt | 2 years ago | |
| run.sh | 2 years ago | |
| show.png | 2 years ago | |
基于强大的深度学习框架 Jittor 实现了 Conditional GAN,用于生成高质量的手写数字。
├── cgan_jittor
│ ├── data
│ │ ├── model_params
│ │ └── gen_imgs
│ ├── output
│ └── CGAN.py
pip install -r requirements.txt
MNIST 数据集可以通过 Jittor 框架自动下载。
python CGAN.py
详细参数设置请参考 CGAN.py 文件。
训练过程中生成的手写数字(20498282044974)图片效果如下:
基于强大的深度学习框架 Jittor实现了Conditional GAN,用于生成高质量的手写数字。
Python Shell other