diff --git a/README.md b/README.md index 7542eeef..ca0ba4b0 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,21 @@ -
-
-
-
-
- The PyTorch Keras for ML researchers. More control. Less boilerplate. -
+ - +# PyTorch Lightning +**The PyTorch Keras for ML researchers. More control. Less boilerplate.** + + +[](https://badge.fury.io/py/pytorch-lightning) +[](https://pepy.tech/project/pytorch-lightning) +[](https://travis-ci.org/williamFalcon/pytorch-lightning) +[](https://ci.appveyor.com/project/Borda/pytorch-lightning) +[](https://codecov.io/gh/Borda/pytorch-lightning) +[](https://www.codefactor.io/repository/github/borda/pytorch-lightning) +[](https://pytorch-lightning.readthedocs.io/en/latest) +[](https://github.com/williamFalcon/pytorch-lightning/blob/master/LICENSE) + + +Simple installation from PyPI ```bash pip install pytorch-lightning ``` @@ -137,11 +133,7 @@ print('and going to http://localhost:6006 on your browser') Everything in gray! You define the blue parts using the LightningModule interface: -
-
-
-
-
-
-
-
-
-
-
-
-