lightning/docs/index.md

29 lines
521 B
Markdown
Raw Normal View History

2019-06-26 23:18:41 +00:00
# PYTORCH-LIGHTNING DOCUMENTATION
###### Quick start
2019-06-27 00:07:28 +00:00
- Model interface
- Trainer set up
###### Examples
2019-06-26 23:18:41 +00:00
- CPU example
- Single GPU example
- Multi-gpu example
- SLURM cluster example
###### Distributed training
- Single-gpu
- Multi-gpu
- Multi-node
2019-06-27 00:07:28 +00:00
###### Checkpointing
- Model saving
- Model loading
2019-06-26 23:18:41 +00:00
###### Mixed precision training
- 16-bit mixed precision
###### Computing cluster (SLURM)
- Automatic checkpointing
- Automatic saving, loading
2019-06-27 00:07:28 +00:00
- Walltime auto-resubmit