finished callbacks

This commit is contained in:
William Falcon
2020-01-21 13:42:58 -05:00
parent 16956692f0
commit dde99dfb7a
+1
View File
@@ -1,4 +1,5 @@
"""
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.