mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
added direct links to docs
This commit is contained in:
@@ -22,3 +22,7 @@ The LightningTemplate holds the core computations, train, val, test loop, optimi
|
||||
|
||||
This pattern de-couples the engineering from the science which makes your code reusable and free to run on any hardware.
|
||||
"""
|
||||
|
||||
from .trainer import Trainer
|
||||
|
||||
__all__ = ['Trainer']
|
||||
|
||||
Reference in New Issue
Block a user