Skip to content

Commit e6e2415

Browse files
fixed typo in 07-checkpointing.md (#643)
1 parent e705ac8 commit e6e2415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-deep-learning/07-checkpointing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- `filepath`: path to save the model file
1414
- `monitor`: the metric name to monitor
1515
- `save_best_only`: only save when the model is considered the best according to the metric provided in `monitor`
16-
- `model`: overwrite the save file based on either maximum or the minimum scores according the metric provided in `monitor`
16+
- `mode`: overwrite the save file based on either maximum or the minimum scores according the metric provided in `monitor`
1717

1818
## Notes
1919

0 commit comments

Comments
 (0)