From b034ab7b6eaca694f0dd212b19c58fbf0639411e Mon Sep 17 00:00:00 2001 From: Revital Date: Thu, 19 Aug 2021 14:41:13 +0300 Subject: [PATCH] add lightning link --- .../frameworks/pytorch_lightning/pytorch_lightning_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/frameworks/pytorch_lightning/pytorch_lightning_example.md b/docs/guides/frameworks/pytorch_lightning/pytorch_lightning_example.md index dc408e68..785f1656 100644 --- a/docs/guides/frameworks/pytorch_lightning/pytorch_lightning_example.md +++ b/docs/guides/frameworks/pytorch_lightning/pytorch_lightning_example.md @@ -3,7 +3,7 @@ title: Pytorch Lightning --- The [pytorch-lightning](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py) -script demonstrates the integration of ClearML into code that uses PyTorch Lightning. +script demonstrates the integration of ClearML into code that uses [PyTorch Lightning](https://www.pytorchlightning.ai/). The example script does the following: * Trains a simple deep neural network on the PyTorch built-in MNIST dataset