finished callbacks

This commit is contained in:
William Falcon
2020-01-16 07:26:45 -05:00
parent 891991e77e
commit 24897506a0
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
"""
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: