From 6309a0dbb85fbe249f5c29130c82369aa9ae3a2b Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 21 Sep 2020 16:37:26 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b05e3cc8d4..32034beda7 100644 --- a/README.md +++ b/README.md @@ -233,17 +233,13 @@ trainer = Trainer(tpu_cores=[1]) [Logistic Regression](https://pytorch-lightning-bolts.readthedocs.io/en/latest/classic_ml.html#logistic-regression) [Linear Regression](https://pytorch-lightning-bolts.readthedocs.io/en/latest/classic_ml.html#linear-regression) -### Tutorials -Check out our [introduction guide](https://pytorch-lightning.readthedocs.io/en/latest/introduction_guide.html) to get started. -Or jump straight into [our tutorials](https://pytorch-lightning.readthedocs.io/en/latest/#tutorials). - --- ## Community -The lightning cimmunity is maintained by +The lightning community is maintained by - [16 core contributors](https://pytorch-lightning.readthedocs.io/en/latest/governance.html) who are all a mix of professional engineers, Research Scientists, Ph.D. students from top AI labs. -- 200+ community contributors. +- 280+ community contributors. Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/) which requires projects to have solid testing, documentation and support.