From dc17445c77ae2b1582dff9788b5a5e68c12acbb7 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 30 Mar 2019 21:48:04 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cfb42d761..60904636b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To use lightning do 2 things: ### Example: -### Define the trainer +#### Define the trainer ```python # trainer.py @@ -60,7 +60,7 @@ model = My_Model() trainer.fit(model) ``` -### Define the model +#### Define the model ```python import torch.nn as nn