Skip to content

Commit

Permalink
added on_test_start() documentation (Lightning-AI#7962)
Browse files Browse the repository at this point in the history
Co-authored-by: ehuang68 <>
Co-authored-by: Adrian Wälchli <[email protected]>
  • Loading branch information
eugeneh101 and awaelchli committed Jun 14, 2021
1 parent 22d8266 commit 898fb56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/common/lightning_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,12 @@ on_test_epoch_end
.. automethod:: pytorch_lightning.core.hooks.ModelHooks.on_test_epoch_end
:noindex:

on_test_start
~~~~~~~~~~~~~

.. automethod:: pytorch_lightning.core.hooks.ModelHooks.on_test_start
:noindex:

on_test_end
~~~~~~~~~~~

Expand Down

0 comments on commit 898fb56

Please sign in to comment.