Explorar el Código

debug DDP train

yjh0410 hace 2 años
padre
commit
4c5fa56a44
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 \