From 7af4505519ee25de6b2a3a450ee357c4112d5c61 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 12 May 2020 07:50:23 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff943e1..fe708ca6 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ This is how lightning separates the science (red) from the engineering (blue). If your code is not a huge mess you should be able to organize it into a LightningModule in less than 1 hour. If your code IS a mess, then you needed to clean up anyhow ;) -[Check out this step-by-step guide](https://towardsdatascience.com/from-pytorch-to-pytorch-lightning-a-gentle-introduction-b371b7caaf09). +[Check out this step-by-step guide](https://towardsdatascience.com/from-pytorch-to-pytorch-lightning-a-gentle-introduction-b371b7caaf09). [Or watch this video](https://www.youtube.com/watch?v=QHww1JH7IDU).