From 5fb3970febcdb3d69cfc0b7d2f6534fe0c547b53 Mon Sep 17 00:00:00 2001
From: StrangerZhang <40649426+StrangerZhang@users.noreply.github.com>
Date: Thu, 4 Jul 2019 16:02:32 +0800
Subject: [PATCH] Update TRAIN.md

---
 TRAIN.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TRAIN.md b/TRAIN.md
index 76cef6d..22780f8 100644
--- a/TRAIN.md
+++ b/TRAIN.md
@@ -26,7 +26,7 @@ cd experiments/siamrpn_r50_l234_dwxcorr_8gpu
 
 ### Multi-processing Distributed Data Parallel Training
 
-Please refer to [Pytorch distributed training](https://pytorch.org/docs/stable/distributed.html) for detailed understanding
+Refer to [Pytorch distributed training](https://pytorch.org/docs/stable/distributed.html) for detailed description.
 
 #### Single node, multiple GPUs:
 ```bash
-- 
GitLab