finished callbacks

This commit is contained in:
William Falcon
2020-01-16 07:27:02 -05:00
parent 24897506a0
commit c6c67a34ad
-3
View File
@@ -1,7 +1,4 @@
"""
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
training assumptions which are now standard practice in AI research.