Update README.md
This commit is contained in:
parent
2c88e01736
commit
e8c087ed89
|
@ -55,6 +55,8 @@ pip install pytorch-lightning
|
|||
[MNIST on TPUs](https://colab.research.google.com/drive/1-_LKx4HwAxl5M6xPJmqAAu444LTDQoa3)
|
||||
|
||||
## What is it?
|
||||
[READ THIS QUICK START PAGE](https://pytorch-lightning.readthedocs.io/en/stable/new-project.html)
|
||||
|
||||
Lightning is a way to organize your PyTorch code to decouple the science code from the engineering.
|
||||
It's more of a PyTorch style-guide than a framework.
|
||||
|
||||
|
@ -71,8 +73,6 @@ Here's an example of how to refactor your research code into a [LightningModule]
|
|||
The rest of the code is automated by the [Trainer](https://pytorch-lightning.readthedocs.io/en/latest/trainer.html)!
|
||||
![PT to PL](docs/source/_images/lightning_module/pt_trainer.png)
|
||||
|
||||
[READ THIS QUICK START PAGE](https://pytorch-lightning.readthedocs.io/en/stable/new-project.html)
|
||||
|
||||
## Testing Rigour
|
||||
All the automated code by the Trainer is [tested rigorously with every new PR](https://github.com/PyTorchLightning/pytorch-lightning/tree/master/tests).
|
||||
|
||||
|
|
Loading…
Reference in New Issue