final version
使用Jittor框架实现的简单cGAN网络,使用MNIST数据集,将随机噪声和类别标签映射为数字图片,训练后可以生成指定的数字图像
python -m pip install jittor
python CGAN.py
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN_jittor
简介
使用Jittor框架实现的简单cGAN网络,使用MNIST数据集,将随机噪声和类别标签映射为数字图片,训练后可以生成指定的数字图像
环境部署
python -m pip install jittor
项目运行
模型结果