Skip to content

Commit

Permalink
[tune] fixes minor doc format issues (#44865)
Browse files Browse the repository at this point in the history
on quote matching
  • Loading branch information
Abirdcfly authored Apr 26, 2024
1 parent c4dbc58 commit dc82ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/tune/tutorials/tune-stopping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When running a Tune experiment, it can be challenging to determine the ideal dur
For instance, one may want to set up the experiment to stop under the following circumstances:

1. Set up an experiment to end after ``N`` epochs or when the reported evaluation score surpasses a particular threshold, whichever occurs first.
2. Stop the experiment after ``T``` seconds.
2. Stop the experiment after ``T`` seconds.
3. Terminate when trials encounter runtime errors.
4. Stop underperforming trials early by utilizing Tune's early-stopping schedulers.

Expand Down Expand Up @@ -187,4 +187,4 @@ and early stopping schedulers.
See the following resources for more information:

- :ref:`Tune Stopper API reference <tune-stoppers>`
- For an experiment that was manually interrupted or the cluster dies unexpectedly while trials are still running, it's possible to resume the experiment. See :ref:`tune-fault-tolerance-ref`.
- For an experiment that was manually interrupted or the cluster dies unexpectedly while trials are still running, it's possible to resume the experiment. See :ref:`tune-fault-tolerance-ref`.

0 comments on commit dc82ba8

Please sign in to comment.