From 4a1c7feda07ced158952e8b0c57807149a1f6bec Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 26 Jun 2019 20:07:28 -0400 Subject: [PATCH] added docs page --- docs/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 812ccaf44c..aef2d19343 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 \ No newline at end of file