Fix outdated docs (#1227)
This commit is contained in:
parent
da185342ce
commit
3a93aaf9e2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue