mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-27 06:58:20 +00:00
Update detection_en.md
This commit is contained in:
parent
e5a1d82ba6
commit
cf83fc429c
@ -106,7 +106,7 @@ python3 -m paddle.distributed.launch --ips="10.21.226.181,10.21.226.133" --gpus
|
||||
```
|
||||
**Note:** For multi-Node multi-GPU training, you need to replace the `ips` value in the preceding command with the address of your machine, and the machines must be able to ping each other. The command for viewing the IP address of the machine is `ifconfig`.
|
||||
|
||||
If you want to further speed up the training, you can use [automatic mixed precision training](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/01_paddle2.0_introduction/basic_concept/amp_cn.html). for single card training, the command is as follows:
|
||||
If you want to further speed up the training, you can use [automatic mixed precision training](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/01_paddle2.0_introduction/basic_concept/amp_en.html). for single card training, the command is as follows:
|
||||
```
|
||||
python3 tools/train.py -c configs/det/det_mv3_db.yml \
|
||||
-o Global.pretrained_model=./pretrain_models/MobileNetV3_large_x0_5_pretrained \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user