Skip to content

Commit 8878969

Browse files
impaktorSvetlana Karslioglu
and
Svetlana Karslioglu
authored
Fix dead URL to docs.ray (#2359)
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
1 parent 963a29d commit 8878969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/hyperparameter_tuning_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def forward(self, x):
201201
#
202202
# The checkpoint saving is optional, however, it is necessary if we wanted to use advanced
203203
# schedulers like
204-
# `Population Based Training <https://docs.ray.io/en/master/tune/tutorials/tune-advanced-tutorial.html>`_.
204+
# `Population Based Training <https://docs.ray.io/en/latest/tune/examples/pbt_guide.html>`_.
205205
# Also, by saving the checkpoint we can later load the trained models and validate them
206206
# on a test set. Lastly, saving checkpoints is useful for fault tolerance, and it allows
207207
# us to interrupt training and continue training later.

0 commit comments

Comments
 (0)