mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[tune] Update node syncing documentation (#10126)
This commit is contained in:
@@ -148,10 +148,10 @@ to decide which hyperparameter configuration lead to the best results. These met
|
||||
can also be used to stop bad performing trials early in order to avoid wasting
|
||||
resources on those trials.
|
||||
|
||||
The checkpoint saving is optional, however, it is necessary if we wanted to use advanced
|
||||
The :ref:`checkpoint saving <tune-checkpoint>` is optional. However, it is necessary if we wanted to use advanced
|
||||
schedulers like `Population Based Training <https://docs.ray.io/en/master/tune/tutorials/tune-advanced-tutorial.html>`_.
|
||||
Also, by saving the checkpoint we can later load the trained models and validate them
|
||||
on a test set.
|
||||
After training, we can also restore the checkpointed models and validate them on a test set.
|
||||
|
||||
|
||||
Full training function
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user