Skip to content

Commit

Permalink
Change version of PaddleSeg required by ACT's example (PaddlePaddle#1308
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wanghaoshuang authored Jul 29, 2022
1 parent 7e3e14a commit de25946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/auto_compression/semantic_segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ git clone https://github.com/PaddlePaddle/PaddleSlim.git
安装paddleseg

```shell
pip install paddleseg
pip install paddleseg==2.5.0
```

注:安装[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)的目的只是为了直接使用PaddleSeg中的Dataloader组件,不涉及模型组网等。
注:安装[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)的目的只是为了直接使用PaddleSeg中的Dataloader组件,不涉及模型组网等。推荐安装PaddleSeg 2.5.0, 不同版本的PaddleSeg的Dataloader返回数据的格式略有不同.

#### 3.2 准备数据集

Expand Down

0 comments on commit de25946

Please sign in to comment.