[tune] Update node syncing documentation (#10126)

This commit is contained in:
Richard Liaw
2020-08-17 18:08:27 -07:00
committed by GitHub
parent d3bac298d5
commit 927a073226
2 changed files with 22 additions and 9 deletions
@@ -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
~~~~~~~~~~~~~~~~~~~~~~