Update CGAN.py
A Jittor implementation of Conditional GAN (CGAN) trained on the MNIST dataset.
本项目在https://www.educoder.net/competitions/index/Jittor-6提供示例代码的基础上完成代码,使用 Jittor 深度学习框架实现了 Conditional GAN(CGAN)模型。模型可根据随机噪声与数字类别标签生成指定的手写数字图片,支持以字符串方式输入数字序列并批量生成对应图像。
https://www.educoder.net/competitions/index/Jittor-6
A Jittor implementation of Conditional GAN(CGAN)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CGAN_Jittor
A Jittor implementation of Conditional GAN (CGAN) trained on the MNIST dataset.
本项目在
https://www.educoder.net/competitions/index/Jittor-6
提供示例代码的基础上完成代码,使用 Jittor 深度学习框架实现了 Conditional GAN(CGAN)模型。模型可根据随机噪声与数字类别标签生成指定的手写数字图片,支持以字符串方式输入数字序列并批量生成对应图像。