added docs page

This commit is contained in:
William Falcon 2019-06-26 20:07:28 -04:00
parent fa3bebce1d
commit 4a1c7feda0
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# PYTORCH-LIGHTNING DOCUMENTATION
###### Quick start
- Model interface
- Trainer set up
###### Examples
- CPU example
- Single GPU example
- Multi-gpu example
@ -12,6 +16,9 @@
- Multi-gpu
- Multi-node
###### Checkpointing
- Model saving
- Model loading
###### Mixed precision training
- 16-bit mixed precision
@ -19,4 +26,4 @@
###### Computing cluster (SLURM)
- Automatic checkpointing
- Automatic saving, loading
- Walltime auto-resubmit
- Walltime auto-resubmit