Commit 165b5cc
authored
Add verbose logging when ModelCheckpoint callback is done saving ... (#21805)
* Add verbose logging when ModelCheckpoint callback is done saving a model.
This is useful for collecting information on how long model checkpointing takes, together with existing verbose logging on initiating the save.
* Update model_checkpoint.py
Updated formatting for line length.1 parent 3ad3845 commit 165b5cc
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
| |||
0 commit comments