|
1 | 1 | <div align="center">
|
2 | 2 |
|
3 |
| -<img src="docs/source/_static/images/lightning_logo.png" width="50" height="50"> |
| 3 | + |
4 | 4 |
|
5 | 5 | # PyTorch Lightning
|
6 | 6 |
|
@@ -30,11 +30,11 @@ removed until codecov badge isn't empy. likely a config error showing nothing on
|
30 | 30 | | System / PyTorch Version | 1.1 | 1.2 | 1.3 | 1.4 |
|
31 | 31 | | :---: | :---: | :---: | :---: | :---: |
|
32 | 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> |  | |
| 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 | 38 |
|
39 | 39 | </center>
|
40 | 40 |
|
@@ -65,7 +65,7 @@ To use Lightning, simply refactor your research code into the [LightningModule](
|
65 | 65 | Everything in Blue!
|
66 | 66 | This is how lightning separates the science (red) from the engineering (blue).
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 | ## How much effort is it to convert?
|
71 | 71 | You're probably tired of switching frameworks at this point. But it is a very quick process to refactor into the Lightning format (ie: hours). [Check out this tutorial](https://towardsdatascience.com/how-to-refactor-your-pytorch-code-to-get-these-42-benefits-of-pytorch-lighting-6fdd0dc97538)
|
|
0 commit comments