Skip to content

Commit

Permalink
Add comment explaining mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 25, 2022
1 parent 940f4da commit 05269be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchgeo/datamodules/loveda.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def setup(self, stage: Optional[str] = None) -> None:
split="val", transforms=val_predict_transforms, **self.kwargs
)

# Test set masks are not public, use for prediction instead
self.predict_dataset = LoveDA(
split="test", transforms=val_predict_transforms, **self.kwargs
)
Expand Down

0 comments on commit 05269be

Please sign in to comment.