From 8c5d66196beb96ab59bcc1f62da8ab4e930c441b Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 12 Dec 2019 11:08:02 -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 24733abc..4be0bfad 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This is how lightning separates the science (red) from the engineering (blue). ![Overview](docs/source/_static/images/pl.gif) ## How much effort is it to convert? -You're probably tired of switching frameworks at this point. But it is a very quick process to refactor into the Lightning format. [Check out this tutorial](https://towardsdatascience.com/how-to-refactor-your-pytorch-code-to-get-these-42-benefits-of-pytorch-lighting-6fdd0dc97538) +You're probably tired of switching frameworks at this point. But it is a very quick process to refactor into the Lightning format (ie: hours). [Check out this tutorial](https://towardsdatascience.com/how-to-refactor-your-pytorch-code-to-get-these-42-benefits-of-pytorch-lighting-6fdd0dc97538) ## Starting a new project? [Use our seed-project aimed at reproducibility!](https://github.com/williamFalcon/pytorch-lightning-conference-seed)