update PP-HGNet.md

This commit is contained in:
cuicheng01 2022-06-09 02:41:16 +00:00
parent abdb34df03
commit 55b4ce5514

View File

@ -98,10 +98,10 @@ PP-HGNet 与其他模型的比较如下,其中测试机器为 NVIDIA® Tesla®
### 2.1 安装 paddleclas
使用如下命令快速安装 paddleclas
使用如下命令快速安装 paddlepaddle, paddleclas
```
pip3 install paddleclas
pip3 install paddlepaddle paddleclas
```
<a name="2.2"></a>