Skip to content

Commit

Permalink
Update TRAIN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerZhang authored Jul 4, 2019
1 parent 7b1d505 commit f2033d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TRAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cd experiments/siamrpn_r50_l234_dwxcorr_8gpu

### Multi-processing Distributed Data Parallel Training

Please refer to [Pytorch distributed training for detailed understanding](https://pytorch.org/docs/stable/distributed.html)

#### Single node, multiple GPUs:
```bash
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
Expand Down

0 comments on commit f2033d2

Please sign in to comment.