mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
Update README.md
This commit is contained in:
@@ -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)!
|
||||

|
||||
|
||||
[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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user