Skip to content

Commit

Permalink
PR #669: Updated the Custom callback URL with text name in callbacks.…
Browse files Browse the repository at this point in the history
…Callback API

Wrapped the Custom callback URL with the proper defining text to be in clickable format.

Earlier it was in this format : "See https://www.tensorflow.org/guide/keras/custom_callback for more information."

Changed to : "See the [Custom callback](https://www.tensorflow.org/guide/keras/custom_callback) for more information."

Imported from GitHub PR tensorflow/tensorflow#669

Copybara import of the project:

  - e84d0e9 Updated the Custom callback URL with text name in callbac... by RenuPatelGoogle <[email protected]>
  - cdbe3eb Update callbacks.py by RenuPatelGoogle <[email protected]>
  - 6dbeadc Merge cdbe3eb into f0814... by RenuPatelGoogle <[email protected]>

FUTURE_COPYBARA_INTEGRATE_REVIEW=#669 from RenuPatelGoogle:patch-4 cdbe3eb
PiperOrigin-RevId: 586739030
  • Loading branch information
hertschuh authored and tensorflower-gardener committed Nov 30, 2023
1 parent f081455 commit 2ac00d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tf_keras/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,9 @@ class Callback:
inference lifecycle.
To create a custom callback, subclass `keras.callbacks.Callback` and
override the method associated with the stage of interest. See
https://www.tensorflow.org/guide/tf_keras/custom_callback for more
information.
override the method associated with the stage of interest. See the
[Custom callback](https://www.tensorflow.org/guide/keras/custom_callback)
for more information.
Example:
Expand Down

0 comments on commit 2ac00d6

Please sign in to comment.