This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mlchen
/
JittorCompWarmup
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update README.md
master
mlchen
3 years ago
parent
fc9e1ffdc4
commit
884a044002
1 changed files
with
37 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+37
-4
README.md
+ 37
- 4
README.md
View File
@@ -1,9 +1,42 @@
# 第二届计图挑战赛热身赛
### Dependecies
* Jittor
###
<img title="" src="file:///images/93000.png" alt="93000.png" data-align="center" width="335">
## 简介
本项目包含了第二届计图挑战赛热身赛的代码实现。
本项目的特点是:采用了Conditional GAN方法从噪声中生成数字图像。
## 安装
本项目可在 1 张 3090 NVIDIA显卡上运行。
### 运行环境
- ubuntu 20.04 LTS
- python >= 3.7
- jittor >= 1.3.0
### 安装依赖
执行以下命令安装 python 依赖
```
pip install -r requirements.txt
```
## 运行
命令如下:
### Run
```shell
export CUDA_VISIBLE_DEVICES=0
python CGAN.py
```
```
## 致谢
代码参考了 [jittor-gan](https://github.com/Jittor/gan-jittor)
Write
Preview
Loading…
Cancel
Save