Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 982 Bytes

core_level_6.rst

File metadata and controls

39 lines (31 loc) · 982 Bytes
orphan:

Level 6: Predict with your model

.. 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