cleaned up demos

This commit is contained in:
William Falcon
2019-10-05 14:13:55 -04:00
parent 9fc01e3fd3
commit 4d3a8c25d2
2 changed files with 51 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Examples
This folder has 3 sections:
### Domain templates
These are templates to show common approaches such as GANs and RL.
### Basic examples
These show the most common use of Lightning for either CPU or GPU training.
### Multi-node examples
These show how to run jobs on a GPU cluster using lightning.