Skip to content

Commit

Permalink
Fix outdated docs (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
5n7-sk authored Mar 27, 2020
1 parent da18534 commit 3a93aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/training_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# 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',
Expand Down

0 comments on commit 3a93aaf

Please sign in to comment.