Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
:orphan:
#############
Build a Model
.. raw:: html
<div class="display-card-container">
<div class="row">
.. Add callout items below this line
.. displayitem::
:header: 1: Train a model
:description: Build a model to learn the basic ideas of Lightning
:col_css: col-md-4
:button_link: train_model_basic.html
:height: 150
:tag: basic
:header: 2: Validate and test a model
:description: Add a validation and test data split to avoid overfitting.
:button_link: ../common/evaluation_basic.html
:header: 3: Supercharge training
:description: Enable state-of-the-art training techniques with the Trainer features.
:button_link: build_model_intermediate.html
:tag: intermediate
:header: LightningModule API
:description: Dig into LightningModule API in depth
:button_link: ../common/lightning_module.html#lightningmodule-api
:header: Trainer API
:description: Dig into Trainer API in depth
:button_link: ../common/trainer.html#trainer-class-api
</div>