Skip to content

Commit

Permalink
fix DataModule docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-emanuel committed Oct 8, 2024
1 parent b5291a6 commit 88cedbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchgeo/datamodules/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def __init__(
dataset_class: Class used to instantiate a new dataset.
batch_size: Size of each mini-batch.
num_workers: Number of workers for parallel data loading.
**kwargs: Additional keyword arguments passed to ``dataset_class``
**kwargs: Additional keyword arguments passed to the ``DataLoader``
if prefixed with 'dataloader_', else passed to ``dataset_class``.
"""
super().__init__()

Expand Down

0 comments on commit 88cedbc

Please sign in to comment.