Update README.md
本代码是由计图(jittor)深度学习框架训练的将随机噪声和类别标签映射为数字图片的 Conditional GAN 模型。
执行以下命令安装 python 依赖
pip install -r requirements.txt
然后直接运行命令python CGAN.py即可。
python CGAN.py
A Jittor implementation of Conditional GAN
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
PA3
本代码是由计图(jittor)深度学习框架训练的将随机噪声和类别标签映射为数字图片的 Conditional GAN 模型。
运行环境
安装依赖
执行以下命令安装 python 依赖
pip install -r requirements.txt
然后直接运行命令
python CGAN.py
即可。