[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 dc3e1b0b54
commit b96e0d1641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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