forked from microsoft/torchgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UCMerced: fix image shape bug (microsoft#1238)
* fix resize bug in ucmerced * remove unused test * update tests * move resize to dataset * fix resize bug in ucmerced * remove unused test * update tests * remove changes to datamodule * Update torchgeo/datasets/ucmerced.py Co-authored-by: Adam J. Stewart <[email protected]> * fix docstring * fix resize bug in ucmerced * remove unused test * update tests * move resize to dataset * fix resize bug in ucmerced * remove unused test * update tests * remove changes to datamodule * Update torchgeo/datasets/ucmerced.py Co-authored-by: Adam J. Stewart <[email protected]> * fix docstring * update docstring * update docstring x3 * remove Dict * remove Tuple * Fix base class docs * Grammar fix --------- Co-authored-by: Adam J. Stewart <[email protected]>
- Loading branch information
1 parent
71bc7bc
commit 2292b57
Showing
3 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ experiment: | |
datamodule: | ||
root: "tests/data/ucmerced" | ||
download: true | ||
batch_size: 1 | ||
batch_size: 2 | ||
num_workers: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters