Add link to benchmarks docs (#17239)

* Update benchmarks.rst

* small fix
This commit is contained in:
edenlightning 2023-04-02 20:54:59 +03:00 committed by GitHub
parent 65eb3e7c45
commit d5ca30aaf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 2 deletions

View File

@ -1,7 +1,7 @@
:orphan:
Benchmark with vanilla PyTorch
==============================
Benchmark performance vs. vanilla PyTorch
=========================================
In this section we set grounds for comparison between vanilla PyTorch and PT Lightning for most common scenarios.
@ -17,3 +17,29 @@ In average for simple MNIST CNN classifier we are only about 0.06s slower per ep
Learn more about reproducible benchmarking from the `PyTorch Reproducibility Guide <https://pytorch.org/docs/stable/notes/randomness.html>`__.
----
Find performance bottlenecks
=============================
.. raw:: html
<div class="display-card-container">
<div class="row">
.. Add callout items below this line
.. displayitem::
:header: Find bottlenecks in your models
:description: Benchmark your own Lightning models
:button_link: ../tuning/profiler.html
:col_css: col-md-3
:height: 180
:tag: basic
.. raw:: html
</div>
</div>