소스 검색

retrain YOLOX-L

yjh0410 2 년 전
부모
커밋
b26a5ee2b1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      train_ddp.sh

+ 2 - 2
train_ddp.sh

@@ -1,6 +1,6 @@
-# train YOLO with 4 GPUs
+# train YOLO with 8 GPUs
 # 使用 4 GPU来训练YOLO
-python -m torch.distributed.run --nproc_per_node=4 train.py \
+python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     --cuda \
                                                     -dist \
                                                     -d coco \