added docs page
This commit is contained in:
parent
fa3bebce1d
commit
4a1c7feda0
|
@ -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
|
Loading…
Reference in New Issue