mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
finished callbacks
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"""
|
||||
# Trainer
|
||||
Trainer
|
||||
====================================
|
||||
|
||||
|
||||
The lightning trainer abstracts best practices for running a training, val, test routine.
|
||||
It calls parts of your model when it wants to hand over full control and otherwise makes
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
from abc import ABC
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user