Example docs formatting (#1364)

* update basic examples

* update domain examples

* reinforse -> reinforce

* update full examples

* update multi node examples

* update examples readme

* fix copy paste

* fix line too long
This commit is contained in:
Adrian Wälchli
2020-04-03 15:01:40 -04:00
committed by GitHub
parent 38e89dd890
commit bf990a3cb3
12 changed files with 63 additions and 76 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ python gpu_template.py --gpus 2 --distributed_backend ddp
---
#### DistributedDataParallel+DP (ddp2)
Train on multiple GPUs using DistributedDataParallel + dataparallel.
Train on multiple GPUs using DistributedDataParallel + DataParallel.
On a single node, uses all GPUs for 1 model. Then shares gradient information
across nodes.
```bash