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

This commit is contained in:
Miao Zheng 2022-04-28 11:35:10 +08:00 committed by GitHub
parent 2b2d09d491
commit 0644b3cd30

View File

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