Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 26, 2022
1 parent 15f57d2 commit 29cec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datamodules/loveda.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def setup(self, stage: Optional[str] = None) -> None:
)

self.predict_dataset = LoveDA(
split="test", transforms=val_pred_transforms, **self.kwargs
split="test", transforms=val_predict_transforms, **self.kwargs
)

def train_dataloader(self) -> DataLoader[Any]:
Expand Down

0 comments on commit 29cec5d

Please sign in to comment.