Fix outdated docs (#1227)

This commit is contained in:
Shunta Komatsu
2020-03-27 08:42:52 -04:00
committed by GitHub
parent da185342ce
commit 3a93aaf9e2
+1 -1
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',