added docs page
This commit is contained in:
parent
b449524c41
commit
f65b81feeb
|
@ -20,7 +20,7 @@ pip install pytorch-lightning
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
In progress. Documenting now!
|
**[View the docs here](https://williamfalcon.github.io/pytorch-lightning/)**
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
This is a research tool I built for myself internally while doing my PhD. The API is not 100% production quality, but my hope is that by open-sourcing, we can all get it there (I don't have too much time nowadays to write production-level code).
|
This is a research tool I built for myself internally while doing my PhD. The API is not 100% production quality, but my hope is that by open-sourcing, we can all get it there (I don't have too much time nowadays to write production-level code).
|
||||||
|
|
|
@ -1,2 +1,22 @@
|
||||||
# main page
|
# PYTORCH-LIGHTNING DOCUMENTATION
|
||||||
hello
|
|
||||||
|
###### Quick start
|
||||||
|
- CPU example
|
||||||
|
- Single GPU example
|
||||||
|
- Multi-gpu example
|
||||||
|
- SLURM cluster example
|
||||||
|
|
||||||
|
|
||||||
|
###### Distributed training
|
||||||
|
- Single-gpu
|
||||||
|
- Multi-gpu
|
||||||
|
- Multi-node
|
||||||
|
|
||||||
|
|
||||||
|
###### Mixed precision training
|
||||||
|
- 16-bit mixed precision
|
||||||
|
|
||||||
|
###### Computing cluster (SLURM)
|
||||||
|
- Automatic checkpointing
|
||||||
|
- Automatic saving, loading
|
||||||
|
- Walltime auto-resubmit
|
||||||
|
|
Loading…
Reference in New Issue