Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
3 years ago | |
|---|---|---|
| README.md | 3 years ago | |
| cgan.py | 3 years ago | |
| require.txt | 3 years ago | |
本项目包含了第二届计图挑战赛计图 - 手写数字生成比赛的代码实现。本项目的特点是:采用了CGAN方法对MNIST数据集处理,取得了生成指定手写数字图片的效果。
python -m pip install jittor
测试是否可用
python -m jittor.test.test_core
python -m jittor.test.test_example
本项目可在 1 张 RTX4000 上运行。
执行以下命令安装 python 依赖
pip install -r require.txt
无
使用Jittor内嵌的MNIST数据集,无需下载预处理,直接程序加载。
python CGAN.py
无
此项目基于论文 A Style-Based Generator Architecture for Generative Adversarial Networks 实现,部分代码参考了 jittor-gan。
无