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