|
1 | 1 | <div align="center"> |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | 5 | # PyTorch Lightning |
6 | 6 |
|
@@ -31,9 +31,9 @@ removed until codecov badge isn't empy. likely a config error showing nothing on |
31 | 31 | | :---: | :---: | :---: | :---: | :---: | |
32 | 32 | | Linux py3.6 [CPU] | [](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 | 33 | | Linux py3.7 [GPU] | <center>—</center> | <center>—</center> | <center>—</center> | [](http://35.192.60.23/PyTorchLightning/pytorch-lightning) | |
34 | | -| Linux py3.6 / py3.7 |  | <center>—</center> | <center>—</center> |  | |
35 | | -| OSX py3.6 / py3.7|  | <center>—</center> | <center>—</center> |  | |
36 | | -| Windows py3.6 / py3.7 |  | <center>—</center> | <center>—</center> |  | |
| 34 | +| Linux py3.6 / py3.7 | [](https://github.com/PyTorchLightning/pytorch-lightning/actions?query=workflow%3A%22CI+testing%22) | <center>—</center> | <center>—</center> | [](https://github.com/PyTorchLightning/pytorch-lightning/actions?query=workflow%3A%22CI+testing%22) | |
| 35 | +| OSX py3.6 / py3.7| [](https://github.com/PyTorchLightning/pytorch-lightning/actions?query=workflow%3A%22CI+testing%22) | <center>—</center> | <center>—</center> | [](https://github.com/PyTorchLightning/pytorch-lightning/actions?query=workflow%3A%22CI+testing%22) | |
| 36 | +| Windows py3.6 / py3.7 | [](https://github.com/PyTorchLightning/pytorch-lightning/actions?query=workflow%3A%22CI+testing%22) | <center>—</center> | <center>—</center> | [](https://github.com/PyTorchLightning/pytorch-lightning/actions?query=workflow%3A%22CI+testing%22) | |
37 | 37 |
|
38 | 38 | </center> |
39 | 39 |
|
@@ -83,7 +83,7 @@ If you're just getting into deep learning, we recommend you learn PyTorch first! |
83 | 83 | Everything in Blue! |
84 | 84 | This is how lightning separates the science (red) from the engineering (blue). |
85 | 85 |
|
86 | | - |
| 86 | + |
87 | 87 |
|
88 | 88 | ## How much effort is it to convert? |
89 | 89 | If your code is not a huge mess you should be able to organize it into a LightningModule in less than 1 hour. |
@@ -239,7 +239,7 @@ Lightning has out-of-the-box integration with the popular logging/visualizing fr |
239 | 239 | - Comet.ml |
240 | 240 | - ... |
241 | 241 |
|
242 | | - |
| 242 | + |
243 | 243 |
|
244 | 244 |
|
245 | 245 | ## Lightning automates 40+ parts of DL/ML research |
|
0 commit comments