mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
debugging and gpu guide
This commit is contained in:
+7
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user