Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.09 KB

intermediate_level_13.rst

File metadata and controls

45 lines (34 loc) · 1.09 KB
orphan:

Level 13: Optimize training speed

In this level you'll use advanced profilers and mixed precision techniques to train bigger models faster.


.. displayitem::
   :header: Explore advanced mixed precision settings
   :description: Enable state-of-the-art scaling with advanced mix-precision settings.
   :col_css: col-md-4
   :button_link: ../common/precision_intermediate.html
   :height: 150
   :tag: intermediate

.. displayitem::
   :header: Enable advanced profilers
   :description: Tune model performance with profilers.
   :col_css: col-md-4
   :button_link: ../tuning/profiler_basic.html
   :height: 150
   :tag: intermediate

.. displayitem::
   :header: Profile PyTorch operations
   :description: Learn to find bottlenecks in PyTorch operations.
   :col_css: col-md-4
   :button_link: ../tuning/profiler_intermediate.html
   :height: 150
   :tag: intermediate