Update detection_en.md

This commit is contained in:
MissPenguin 2020-07-17 12:30:00 +08:00 committed by GitHub
parent 0dc2838716
commit d847650a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ tar xf ./pretrain_models/MobileNetV3_large_x0_5_pretrained.tar ./pretrain_models
```
**START TRAINING**
*If CPU version installed, please set the parameter `use_gpu` in the configuration to `false`.*
*If CPU version installed, please set the parameter `use_gpu` to `false` in the configuration.*
```
python3 tools/train.py -c configs/det/det_mv3_db.yml
```