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
@@ -1,5 +1,5 @@
"""
Runs a model on a single node across N-gpus.
Runs a model on a single node across multiple gpus.
"""
import os
from argparse import ArgumentParser