update readme typo (#1292)

This commit is contained in:
davinnovation 2020-03-30 23:12:48 +09:00 committed by GitHub
parent 31b71483c4
commit 1d1aba812b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ To use Lightning, first refactor your research code into a [LightningModule](htt
And Lightning automates the rest using the [Trainer](https://pytorch-lightning.readthedocs.io/en/latest/trainer.html)!
![PT to PL](docs/source/_images/lightning_module/pt_trainer.png)
Lightning guarantees riguously tested, correct, modern best practices for the automated parts.
Lightning guarantees rigorously tested, correct, modern best practices for the automated parts.
## How flexible is it?
As you see, you're just organizing your PyTorch code - there's no abstraction.
@ -303,7 +303,7 @@ Lightning has 3 goals in mind:
[Here's a thorough comparison](https://medium.com/@_willfalcon/pytorch-lightning-vs-pytorch-ignite-vs-fast-ai-61dc7480ad8a).
**Is this another library I have to learn?**
Nope! We use pure Pytorch everywhere and don't add unecessary abstractions!
Nope! We use pure Pytorch everywhere and don't add unnecessary abstractions!
**Are there plans to support Python 2?**
Nope.