You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 days ago | |
---|---|---|
.gitignore | 7 days ago | |
CGAN.py | 7 days ago | |
README.md | 7 days ago |
README.md
CGAN by jittor
这是一个CGAN模型,使用MINST模型,用于生成0-9的数字图片。
此项目作为清华大学计算机图形学基础的PA3。
使用方法
将CGAN.py 199行的number修改为想要生成的数字序列,即可输出图片到result.png。