finished callbacks

This commit is contained in:
William Falcon
2020-01-15 20:50:46 -05:00
parent 7003f74751
commit 592e087df1
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -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: