Commit 640f15c0 authored by dengjb's avatar dengjb
Browse files

Update README.md

parent 82e8ddd8
......@@ -98,7 +98,7 @@ export HIP_VISIBLE_DEVICES=0
export USE_MIOPEN_BATCHNORM=1
python3 train.py --batch 32 --data coco.yaml --cfg 'yolov5m.yaml' --weights '' --project 'run/train' --hyp 'data/hyps/hyp.scratch-high.yaml' --epochs 1000 2>&1 | tee yolov5m.log
python -m paddle.distributed.launch --log_dir=${log_dir} --gpus 0 tools/train.py -c ${config} --eval --amp
```
### 单机多卡
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment