docs: fix

pull/2078/head
gaotingquan 2022-06-16 11:46:36 +00:00
parent 5734d84941
commit d1f3622c50
No known key found for this signature in database
GPG Key ID: F3EF7F42536A30B7
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ cd ../
```shell
# 使用下面的命令使用 GPU 进行预测
c
python3.7 python/predict_cls.py -c configs/PULC/safety_helmet/inference_safety_helmet.yaml
# 使用下面的命令使用 CPU 进行预测
python3.7 python/predict_cls.py -c configs/PULC/safety_helmet/inference_safety_helmet.yaml -o Global.use_gpu=False
```