Update README.md
南开大学 2024 秋计算机图形学课程作业:计图挑战热身赛。
该项目基于jittor框架在数字图片数据集 MNIST 上训练 Conditional GAN(Conditional generative adversarial nets)模型,通过输入一个随机向量 z 和额外的辅助信息 y (如类别标签),生成特定数字的图像。
git clone 地址 cd jittor
python3 CGAN.py 即可运行
python3 CGAN.py
A Jittor implementation of Conditional GAN(CGAN)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Jittor
南开大学 2024 秋计算机图形学课程作业:计图挑战热身赛。
该项目基于jittor框架在数字图片数据集 MNIST 上训练 Conditional GAN(Conditional generative adversarial nets)模型,通过输入一个随机向量 z 和额外的辅助信息 y (如类别标签),生成特定数字的图像。
环境依赖
项目运行
python3 CGAN.py
即可运行