finished callbacks

This commit is contained in:
William Falcon
2020-01-15 20:57:04 -05:00
parent 592e087df1
commit 519f70edf0
+1 -2
View File
@@ -2,8 +2,7 @@
Trainer
====================================
The lightning trainer abstracts best practices for running a training, val, test routine.
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.