Skip to content

Commit

Permalink
update readme (#299)
Browse files Browse the repository at this point in the history
* update readme

* update
  • Loading branch information
Borda authored Oct 22, 2020
1 parent 123cd09 commit fcfa9d4
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

**Pretrained SOTA Deep Learning models, callbacks and more for research and production with PyTorch Lightning and PyTorch**

<p align="center">
<a href="https://www.pytorchlightning.ai/">Website</a> •
<a href="#install">Installation</a> •
<a href="#main-Goals-of-Bolts">Main goals</a> •
<a href="https://pytorch-lightning-bolts.readthedocs.io/en/latest/">latest Docs</a> •
<a href="https://pytorch-lightning-bolts.readthedocs.io/en/stable/">stable Docs</a> •
<a href="#team">Community</a> •
<a href="https://www.grid.ai/">Grid AI</a> •
<a href="#licence">Licence</a>
</p>

[![PyPI Status](https://badge.fury.io/py/pytorch-lightning-bolts.svg)](https://badge.fury.io/py/pytorch-lightning-bolts)
[![PyPI Status](https://pepy.tech/badge/pytorch-lightning-bolts)](https://pepy.tech/project/pytorch-lightning-bolts)
[![codecov](https://codecov.io/gh/PyTorchLightning/pytorch-lightning-bolts/branch/master/graph/badge.svg)](https://codecov.io/gh/PyTorchLightning/pytorch-lightning-bolts)
Expand Down Expand Up @@ -62,13 +73,6 @@ In case you want to have full experience you can install all optional packages a
pip install pytorch-lightning-bolts["extra"]
```

## Docs

- [master](https://pytorch-lightning-bolts.readthedocs.io/en/latest)
- [stable](https://pytorch-lightning-bolts.readthedocs.io/en/stable)
- [0.2.0](https://pytorch-lightning-bolts.readthedocs.io/en/0.2.0/)
- [0.1.1](https://pytorch-lightning-bolts.readthedocs.io/en/0.1.1/)

## What is Bolts

Bolts is a Deep learning research and production toolbox of:
Expand Down Expand Up @@ -177,6 +181,13 @@ with your implementation.

Bolts is supported by the PyTorch Lightning team and the PyTorch Lightning community!

---

## Licence

Please observe the Apache 2.0 license that is listed in this repository.
In addition the Lightning framework is Patent Pending.

## Citation
To cite bolts use:

Expand Down

0 comments on commit fcfa9d4

Please sign in to comment.