[Fix]: Delete redundant seed

pull/365/head
YuanLiuuuuuu 2022-07-20 16:14:48 +08:00 committed by Yuan Liu
parent 9582c6b1ec
commit d7fd0c0fd8
1 changed files with 0 additions and 1 deletions

View File

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