From 461fed19b6b7dfcd98a315f2b0ad353e5c5f295e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 31 Mar 2019 16:59:24 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5721c5d5cb..7b8eb197e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Keras for ML-researchers in PyTorch. More control. Less boilerplate.

- + PyPI version

From 9fe005b0d9a06e408a5d5fb5c73214450fb6ca83 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 31 Mar 2019 16:59:39 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8eb197e4..c73cdec3f1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

PyPI version - +

From 4a2d21fc9139052eef8803bda6872684fa987511 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 1 Apr 2019 12:34:38 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c73cdec3f1..b5c79d6baa 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. From d7d52ae2e74304a81727a87ad05506e77a1ddafe Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 1 Apr 2019 12:38:31 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c79d6baa..a9ae3aa0f9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Pytorch Lightning

- The Keras for ML-researchers in PyTorch. More control. Less boilerplate. + The Keras for ML researchers using PyTorch. More control. Less boilerplate.

PyPI version