WarmUp - GAN!

简介
Example Implementation of GAN in jittor.
Simple generator of MNIST Digits.
安装
改样例要什么安装流程
运行环境
- ubuntu 20.04 LTS
- python = 3.8
安装依赖
执行以下命令安装 python 依赖
pip install -r requirements.txt
致谢
感谢《计算机图形学基础》课程,感谢头歌平台,感谢 GitLink 代码托管平台。
WarmUp Competition for Jittor-3
This repository contains the code for the WarmUp Competition for Jittor-3.
An argment called --predict
is added to read the .pkl
in the root directory and output the prediction directly.
By c7w, 高焕昂, 2020010951, 计04 @ THU
His team is called GAN!
WarmUp - GAN!
简介
Example Implementation of GAN in jittor.
Simple generator of MNIST Digits.
安装
改样例要什么安装流程
运行环境
安装依赖
执行以下命令安装 python 依赖
致谢
感谢《计算机图形学基础》课程,感谢头歌平台,感谢 GitLink 代码托管平台。
WarmUp Competition for Jittor-3
This repository contains the code for the WarmUp Competition for Jittor-3.
An argment called
--predict
is added to read the.pkl
in the root directory and output the prediction directly.By c7w, 高焕昂, 2020010951, 计04 @ THU His team is called GAN!