mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
finished lightning module
This commit is contained in:
@@ -95,6 +95,7 @@ class EarlyStopping(Callback):
|
||||
|
||||
early_stopping = EarlyStopping('val_loss')
|
||||
Trainer(early_stop_callback=early_stopping)
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, monitor='val_loss',
|
||||
|
||||
Reference in New Issue
Block a user