Skip to content

Commit

Permalink
update readme typo (Lightning-AI#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinnovation authored and akarnachev committed Apr 3, 2020
1 parent a471b50 commit e4a8751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e4a8751

Please sign in to comment.