:orphan:

#################################
 Level 6: Predict with your model
#################################

.. raw:: html

    <div class="display-card-container">
        <div class="row">

.. displayitem::
   :header: Load model weights
   :description: Learn to load the weights (checkpoint) of a model.
   :col_css: col-md-4
   :button_link: ../common/checkpointing_basic.html#lightningmodule-from-checkpoint
   :height: 150
   :tag: basic

.. displayitem::
   :header: Predict with LightningModule
   :description: Learn the basics of predicting with Lightning.
   :col_css: col-md-4
   :button_link: ../deploy/production_basic.html
   :height: 150
   :tag: basic

.. displayitem::
   :header: Predict with pure PyTorch
   :description: Learn to use pure PyTorch without the Lightning dependencies for prediction.
   :col_css: col-md-4
   :button_link: ../deploy/production_intermediate.html
   :height: 150
   :tag: intermediate

.. raw:: html

        </div>
    </div>