add docs title (#1063)

This commit is contained in:
Jeremy Jordan 2020-03-05 22:25:05 -05:00 committed by GitHub
parent 3c85332661
commit c5b81d04c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
"""
Model Checkpointing
===================
Automatically save model checkpoints during training.
"""
import os
import shutil
import logging as log