debugging and gpu guide

This commit is contained in:
William Falcon
2019-06-27 14:29:44 -04:00
parent 6ea3cc326f
commit 6c9797cf87
5 changed files with 292 additions and 4 deletions
+7 -3
View File
@@ -1,8 +1,12 @@
# PYTORCH-LIGHTNING DOCUMENTATION
###### Quick start
- [Define a LightningModule](Pytorch-Lightning/LightningModule/)
- Set up the trainer
###### Main Docs
- [LightningModule](Pytorch-Lightning/LightningModule)
- [Trainer](Trainer/)
###### New project Quick Start
- [Define a LightningModule](https://github.com/williamFalcon/pytorch-lightning/blob/master/docs/Pytorch-Lightning/lightning_module_template.py)
- [Set up a trainer](Trainer/)
###### Quick start examples
- CPU example