Commit 7d2baa55 authored by Sugon_ldc's avatar Sugon_ldc
Browse files

modify readme title size

parent a3889a15
...@@ -140,7 +140,7 @@ export USE_MIOPEN_BATCHNORM=1 ...@@ -140,7 +140,7 @@ export USE_MIOPEN_BATCHNORM=1
python3 -m torch.distributed.launch --nproc_per_node 4 --nnodes 2 --node_rank 1 --master_addr "node1" --master_port 34567 train.py --batch 256 --data coco.yaml --weight '' --project 'multi/train' --hyp 'data/hyps/hyp.scratch-high.yaml' --cfg 'yolov5m.yaml' --epochs 1000 2>&1 | tee yolov5m_8.log python3 -m torch.distributed.launch --nproc_per_node 4 --nnodes 2 --node_rank 1 --master_addr "node1" --master_port 34567 train.py --batch 256 --data coco.yaml --weight '' --project 'multi/train' --hyp 'data/hyps/hyp.scratch-high.yaml' --cfg 'yolov5m.yaml' --epochs 1000 2>&1 | tee yolov5m_8.log
``` ```
### 推理 ## 推理
#### 单卡推理 #### 单卡推理
......
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