added direct links to docs

This commit is contained in:
William Falcon
2020-01-16 07:27:22 -05:00
parent 4b08974d4d
commit d34de3890e
+9 -3
View File
@@ -1,8 +1,14 @@
"""
LightningModule
====================================
The LightningModule is the "system recipe." It groups the following in one file:
- computational system definition
- computations done on forward
- training loop
- validation loop
- testing loop
- train, val, test dataloaders
- optimizers
"""
"""
import os
import warnings
import collections