[Enhancement] Delete seed in dist_train.sh (#1519)

pull/1801/head
Miao Zheng 2022-04-28 11:35:10 +08:00 committed by GitHub
parent 2b2d09d491
commit 0644b3cd30
1 changed files with 0 additions and 1 deletions

View File

@ -14,5 +14,4 @@ python -m torch.distributed.launch \
--master_port=$PORT \
$(dirname "$0")/train.py \
$CONFIG \
--seed 0 \
--launcher pytorch ${@:3}