Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
3 years ago | |
|---|---|---|
| CGAN.py | 3 years ago | |
| README.md | 3 years ago | |
本项目包含了第二届计图挑战赛热身赛的代码实现。
本项目的特点是:采用了Conditional GAN方法从噪声中生成数字图像。
本项目可在 1 张 3090 NVIDIA显卡上运行。
执行以下命令安装 python 依赖
pip install -r requirements.txt
命令如下:
export CUDA_VISIBLE_DEVICES=0
python CGAN.py
代码参考了 jittor-gan