Fix outdated docs (#1227)

This commit is contained in:
Shunta Komatsu 2020-03-27 21:42:52 +09:00 committed by GitHub
parent da185342ce
commit 3a93aaf9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ To modify the behavior of checkpointing pass in your own callback.
# DEFAULTS used by the Trainer
checkpoint_callback = ModelCheckpoint(
filepath=os.getcwd(),
save_best_only=True,
save_top_k=1,
verbose=True,
monitor='val_loss',
mode='min',