We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e705ac8 commit e6e2415Copy full SHA for e6e2415
08-deep-learning/07-checkpointing.md
@@ -13,7 +13,7 @@
13
- `filepath`: path to save the model file
14
- `monitor`: the metric name to monitor
15
- `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`
+- `mode`: overwrite the save file based on either maximum or the minimum scores according the metric provided in `monitor`
17
18
## Notes
19
0 commit comments