From be43fbb91850406b6356a91fc13b7e95a2b63c6d Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 12 Dec 2019 10:23:49 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 099082cc..eff089d9 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ trainer.test() Everything in gray! You define the blue parts using the LightningModule interface: -![Overview](docs/source/_static/images/overview_flat.jpg) +![Overview](docs/source/_static/images/pl.gif) ```python # what to do in the training loop