add result.png
本项目实现了一个基于 Jittor 深度学习框架的条件生成对抗网络(Conditional GAN),用于生成指定类别的 MNIST 手写数字图像。
确保您已安装以下依赖项:
pip install jittor numpy PIL
运行项目只需执行以下命令:
python -m CGAN
--n_epochs
--batch_size
--lr
--latent_dim
--n_classes
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN of MNIST Digit Generation
本项目实现了一个基于 Jittor 深度学习框架的条件生成对抗网络(Conditional GAN),用于生成指定类别的 MNIST 手写数字图像。
特性
安装指南
确保您已安装以下依赖项:
运行方法
运行项目只需执行以下命令:
参数说明
--n_epochs
--batch_size
--lr
--latent_dim
--n_classes
示例输出