Skip to content

Commit

Permalink
docs: document on_trial_close estimator hook (#683)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f8f2c6)
  • Loading branch information
aaron276h authored and determined-dsw committed Jun 12, 2020
1 parent d770579 commit 97a26a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/api/estimator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To execute arbitrary Python functionality during the lifecycle of a
`tf.estimator.SessionRunHook <https://www.tensorflow.org/api_docs/python/tf/estimator/SessionRunHook/>`_.

.. autoclass:: determined.estimator.RunHook
:members: on_checkpoint_load, on_checkpoint_end
:members: on_checkpoint_load, on_checkpoint_end, on_trial_close


Example usage of ``determined.estimator.RunHook`` which adds custom metadata checkpoints:
Expand Down

0 comments on commit 97a26a2

Please sign in to comment.