Initial commit
by heqf21
本项目是第三届计图人工智能挑战赛热身赛项目,使用计图框架实现了基本的CGAN框架,基于MNIST数据集进行训练并生成数字图像
本项目使用了conda虚拟环境来管理,运行系统是windows10,要配置环境,请在anaconda中运行下列代码
conda create -n jittor python=3.8 python -m pip install jittor python -m jittor.test.test_core python -m jittor.test.test_example python -m jittor.test.test_cudnn
要运行本项目,请执行下面的代码
conda activate jittor python CGAN.py
使用MIT协议
A Jittor implementation of Conditional GAN (CGAN)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
jittor-CGAN
by heqf21
本项目是第三届计图人工智能挑战赛热身赛项目,使用计图框架实现了基本的CGAN框架,基于MNIST数据集进行训练并生成数字图像
环境配置
本项目使用了conda虚拟环境来管理,运行系统是windows10,要配置环境,请在anaconda中运行下列代码
项目运行
要运行本项目,请执行下面的代码
开源许可
使用MIT协议