Skip to content

Commit 0ca1633

Browse files
PR #723: Fix page rendering for SidecarEvaluatorModelExport
Imported from GitHub PR #723 In the tensorflow.org the documentation page of tf.keras.callbacks.SidecarEvaluatorModelExport showing content of raw HTML pages. The reason may be that the Python code fence was not closed causing the page view breaking. Hence correcting the mistake. Fixes TF ticket [61375](tensorflow/tensorflow#61375). Discussed in #657. Copybara import of the project: -- b2c7850 by SuryanarayanaY <[email protected]>: Code fencing for SidecarEvaluatorModelExport Merging this change closes #723 FUTURE_COPYBARA_INTEGRATE_REVIEW=#723 from SuryanarayanaY:side_car b2c7850 PiperOrigin-RevId: 600471892
1 parent 40d179c commit 0ca1633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf_keras/utils/sidecar_evaluator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ class SidecarEvaluatorModelExport(ModelCheckpoint):
381381
)
382382
sidecar_evaluator.start()
383383
# Model weights are saved if evaluator deems it's the best seen so far.
384+
```
384385
385386
Args:
386387
export_filepath: Path where best models should be saved by this

0 commit comments

Comments
 (0)