Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tune] fixes minor doc format issues #44865

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.
Loading