finished callbacks

This commit is contained in:
William Falcon
2020-01-21 13:28:41 -05:00
parent 1a0437e410
commit 23cb27c887
+1
View File
@@ -23,6 +23,7 @@ This is the basic use of the trainer:
trainer = Trainer()
trainer.fit(model)
"""
from .trainer import Trainer