소스 검색

debug DDP train

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

+ 1 - 0
train_ddp.sh

@@ -13,4 +13,5 @@ python -m torch.distributed.run --nproc_per_node=4 train.py \
                                                     --eval_epoch 10 \
                                                     --ema \
                                                     --fp16 \
+                                                    --sybn \
                                                     --multi_scale \