From 4a2d21fc9139052eef8803bda6872684fa987511 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 1 Apr 2019 12:34:38 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c73cdec3..b5c79d6b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ pip install pytorch-lightning ## Docs In progress. Documenting now! +## 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 makes it so you only have to define your model but still control all details of training if you need to.