Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqiyuan committed Dec 7, 2022
1 parent ed630a1 commit 47cc846
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions vision/opt-glide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,18 @@ OPT-GLIDE是**华为昇腾计算**携手**武汉人工智能研究院**、**中
## 快速体验

### 推理
- 请先点击[此处下载](https://download.mindspore.cn/toolkits/minddiffusion/opt-glide/)ckpt文件
```bash
bash bash scripts/run_infer.sh
```
### 训练

```bash
# 生成阶段分布式训练
bash scripts/run_gen_finetune_dist.sh [DEVICE_NUM] [VISIABLE_DEVICES(0,1,2,3,4,5,6,7)] [RANK_TABLE_FILE]
```



```bash
# 超分阶段分布式训练
bash scripts/run_super_res_finetune_dist.sh [DEVICE_NUM] [VISIABLE_DEVICES(0,1,2,3,4,5,6,7)] [RANK_TABLE_FILE]
```

0 comments on commit 47cc846

Please sign in to comment.