From 93172b535fbd0af1324344d420124e4c840b64e7 Mon Sep 17 00:00:00 2001 From: kimikuri <87696872+kimikuri@users.noreply.github.com> Date: Thu, 29 Jul 2021 17:13:23 +0900 Subject: [PATCH] [doc][sgd] Broken Link in SGD's page. (#17404) (#17423) --- doc/source/raysgd/raysgd_ptl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/raysgd/raysgd_ptl.rst b/doc/source/raysgd/raysgd_ptl.rst index 6a1e3a3da..3aa048d2d 100644 --- a/doc/source/raysgd/raysgd_ptl.rst +++ b/doc/source/raysgd/raysgd_ptl.rst @@ -5,7 +5,7 @@ Pytorch Lightning with RaySGD :scale: 50 % -RaySGD includes an integration with Pytorch Lightning's `LightningModule `_. +RaySGD includes an integration with Pytorch Lightning's `LightningModule `_. Easily take your existing ``LightningModule``, and use it with Ray SGD's ``TorchTrainer`` to take advantage of all of Ray SGD's distributed training features with minimal code changes. .. tip:: This LightningModule integration is currently under active development. If you encounter any bugs, please raise an issue on `Github `_!