From 0644b3cd301b36140987c743e7cb4a94fd42ec66 Mon Sep 17 00:00:00 2001
From: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Date: Thu, 28 Apr 2022 11:35:10 +0800
Subject: [PATCH] [Enhancement] Delete seed in dist_train.sh (#1519)

---
 tools/dist_train.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/dist_train.sh b/tools/dist_train.sh
index b76fbbb2..a857df78 100755
--- a/tools/dist_train.sh
+++ b/tools/dist_train.sh
@@ -14,5 +14,4 @@ python -m torch.distributed.launch \
     --master_port=$PORT \
     $(dirname "$0")/train.py \
     $CONFIG \
-    --seed 0 \
     --launcher pytorch ${@:3}
-- 
GitLab