finished callbacks

This commit is contained in:
William Falcon
2020-01-21 13:42:35 -05:00
parent 2b258a6813
commit 16956692f0
-1
View File
@@ -1,5 +1,4 @@
"""
The trainer de-couples the engineering code (16-bit, early stopping, GPU distribution, etc...) from the
science code (GAN, BERT, your project, etc...). It uses many assumptions which are best practices in
AI research today.