Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Jun 16, 2024
1 parent fcccea0 commit c6a195c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gluonts/torch/model/samformer/lightning_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

class SamFormerLightningModule(pl.LightningModule):
"""
A ``pl.LightningModule`` class that can be used to train a
``SamFormerModel`` with PyTorch Lightning.
A ``pl.LightningModule`` class that can be used to train a ``SamFormerModel`` with
PyTorch Lightning.
This is a thin layer around a (wrapped) ``SamFormerModel`` object,
that exposes the methods to evaluate training and validation loss.
Expand Down

0 comments on commit c6a195c

Please sign in to comment.