* fix test coverage in trainers validation step
* add tests for multilabelclassificationtask
* Minimal bug fix for now
* Simpler random code
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update base.py to fix for custom augmentations
* Allow subclasses to ignore specific arguments
* Fix typing
* Save to self.weights
* pyupgrade
* Add test
* Save weights
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Bump matplotlib from 3.8.0 to 3.8.1 in /requirements
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1)
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* plt.show now has type hints
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* paragraph about pretrained models
* paragraph about pretrained models
* suggested changes
* Update README.md
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Add check if path is vsi
* Add url to reference for apache vsi syntax
* Add missing check to if
* Copy rasterio SCHEMES definition into torchgeo
* Check all schemes, not only last
* Simplify method path_is_vsi
* Add tests
* Remove print
* Update test names
* Add missing comma in list
* Update torchgeo/datasets/utils.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update torchgeo/datasets/utils.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Use pytest tmp_path for test
* Warn if some of input paths are invalid
* Update docstring for mocked class
* Handle tests failing due to UserWarning
* Remove unnecessary filterwarning
* Test CustomGeoDataset instead of MockRasterDataset
* Merge two similar tests
* str instead of as_posix
Wait with pathlib syntax
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
---------
Co-authored-by: Adrian Tofting <adrian@vake.ai>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Fix all Trainers to support PyTorch DataLoaders
* Add DataLoader Fix For MultiLabelClassification
---------
Co-authored-by: Kay Benkert <kbenkert@mail.uni-paderborn.de>
* ssl4eo landsat 18 weights
* add resnet and vit moco weights under new hf repo
* add simclr ssl checkpoint
* add docs
* order models and new csv tablesf for docs
* adjust spacing of table
* lots of numbers and formatting
* missing resnet etm-sr weights
* fix failing tests
* check slow tests
* Fix URL checksum
* fix weight names
* Use 2 digits for all metrics
* hyphen -> en dash
* Use 2 digits for all metrics
* Landsat first
* EOL char before EOF char
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>