From f36655afc495b82af21784e40e9bf54ff1652720 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 4 Aug 2019 07:31:08 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e8da8d6..8a885e65 100644 --- a/README.md +++ b/README.md @@ -122,14 +122,14 @@ print('and going to http://localhost:6006 on your browser') ## What does lightning control for me? +Everything in gray! +You define the blue parts using the LightningModule interface: +

-

- -Everything in gray! -You define the blue parts using the LightningModule interface: +

```{.python} # what to do in the training loop