Skip to content

Commit

Permalink
docstring list_models
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Nov 28, 2022
1 parent d58beb1 commit 1b2d015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchgeo/trainers/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ class ClassificationTask(pl.LightningModule):
Supports any available `Timm model
<https://rwightman.github.io/pytorch-image-models/>`_
as an architecture choice. To see a list of available pretrained
as an architecture choice. To see a list of available
models, you can do:
.. code-block:: python
import timm
print(timm.list_models(pretrained=True))
print(timm.list_models())
"""

def config_model(self) -> None:
Expand Down

0 comments on commit 1b2d015

Please sign in to comment.