|
9 | 9 |
|
10 | 10 | [](https://badge.fury.io/py/pytorch-lightning)
|
11 | 11 | [](https://pepy.tech/project/pytorch-lightning)
|
12 |
| -[](https://travis-ci.org/PytorchLightning/pytorch-lightning) |
13 |
| -[](https://ci.appveyor.com/project/PyTorchLightning/pytorch-lightning/branch/master) |
14 | 12 | [](https://github.com/PytorchLightning/pytorch-lightning/tree/master/tests#running-coverage)
|
15 |
| -[](https://www.codefactor.io/repository/github/pytorchlightning/pytorch-lightning) |
| 13 | +[](https://www.codefactor.io/repository/github/pytorchlightning/pytorch-lightning) |
16 | 14 |
|
17 | 15 | [](https://pytorch-lightning.readthedocs.io/en/latest/)
|
18 | 16 | [](https://join.slack.com/t/pytorch-lightning/shared_invite/enQtODU5ODIyNTUzODQwLTFkMDg5Mzc1MDBmNjEzMDgxOTVmYTdhYjA1MDdmODUyOTg2OGQ1ZWZkYTQzODhhNzdhZDA3YmNhMDhlMDY4YzQ)
|
19 | 17 | [](https://github.com/PytorchLightning/pytorch-lightning/blob/master/LICENSE)
|
20 |
| -[](https://shields.io/) |
| 18 | +[](https://shields.io/) |
21 | 19 |
|
22 | 20 | <!--
|
23 | 21 | removed until codecov badge isn't empy. likely a config error showing nothing on master.
|
24 | 22 | [](https://codecov.io/gh/Borda/pytorch-lightning)
|
25 | 23 | -->
|
26 |
| - |
27 | 24 | </div>
|
28 | 25 |
|
| 26 | +--- |
| 27 | +## Continuous Integration |
| 28 | +<center> |
| 29 | + |
| 30 | +| System / PyTorch Version | 1.1 | 1.2 | 1.3 | 1.4 | |
| 31 | +| :---: | :---: | :---: | :---: | :---: | |
| 32 | +| Linux py3.6 | [](https://circleci.com/gh/PyTorchLightning/pytorch-lightning) | [](https://circleci.com/gh/PyTorchLightning/pytorch-lightning) | [](https://circleci.com/gh/PyTorchLightning/pytorch-lightning) | [](https://circleci.com/gh/PyTorchLightning/pytorch-lightning) | |
| 33 | +| Linux py3.7 |  | <center>—</center> | <center>—</center> |  | |
| 34 | +| OSX py3.6 |  | <center>—</center> | <center>—</center> |  | |
| 35 | +| OSX py3.7 |  | <center>—</center> | <center>—</center> |  | |
| 36 | +| Windows py3.6 |  | <center>—</center> | <center>—</center> |  | |
| 37 | +| Windows py3.7 |  | <center>—</center> | <center>—</center> |  | |
| 38 | + |
| 39 | +</center> |
| 40 | + |
29 | 41 | Simple installation from PyPI
|
30 | 42 | ```bash
|
31 | 43 | pip install pytorch-lightning
|
|
0 commit comments