Skip to content

Commit

Permalink
Update Readme with tunning overhead time (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenlightning authored and justusschock committed Jun 29, 2020
1 parent e2c532b commit 163850c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ Lightning has out-of-the-box integration with the popular logging/visualizing fr
- [Full list here](https://pytorch-lightning.readthedocs.io/en/latest/#common-use-cases)


## Running speed
Migrating to lightning does not mean compromising on speed! You can expect an overhead of about 600 ms per epoch comparing to pure PyTorch.


## Examples
Check out this awesome list of research papers and implementations done with Lightning.

Expand Down

0 comments on commit 163850c

Please sign in to comment.