From 8a0bd25d30f837fe2d15214c621513351c6df18a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 26 Jun 2019 19:58:54 -0400 Subject: [PATCH] added docs page --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c52a1a75a5..919bb72a3d 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ pip install pytorch-lightning ## Docs **[View the docs here](https://williamfalcon.github.io/pytorch-lightning/)** -## Disclaimer -This is a research tool I built for myself internally while doing my PhD. The API is not 100% production quality, but my hope is that by open-sourcing, we can all get it there (I don't have too much time nowadays to write production-level code). - ## What is it? Keras is too abstract for researchers. Lightning abstracts the full training loop but gives you control in the critical points.