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 ae5f9a8 commit 936fc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchgeo/trainers/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ class RegressionTask(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_task(self) -> None:
Expand Down

0 comments on commit 936fc49

Please sign in to comment.