Adam J. Stewart
Adam J. Stewart
### Steps to reproduce I'm encountering a strange issue in which the first 1-2 lines of my files have a different colorscheme than the rest of the file. Steps to...
### What was the bug? TL;DR: `UnionDataset` doesn't work and has never worked. In `UnionDataset.__getitem__`, we were using the following check: ```python if ds.index.intersection(tuple(query)): samples.append(ds[query]) ``` The idea was that...
See https://github.com/spatialaudio/nbsphinx/issues/671 for rationale and design.
There seems to be a 50/50 mix of `RGB_BANDS`/`ALL_BANDS` and `rgb_bands`/`all_bands` in our datasets. The `GeoDataset` base class uses lowercase, so this PR changes all other datasets to match. From...
### Summary We should consider moving towards a multi-weight support API for pre-trained model weights. ### Rationale Our pre-trained weight support was modeled after how torchvision used to handle weights:...
Closes #666 ### Pros * Consistency: every datamodule now has the same kwargs as its corresponding dataset * New features: this means that every datamodule now supports automatic downloads if...
Closes #380 @tritolol Uses the same logic we use to compute `GridGeoSampler` length, updated by @remtav in #630 Has to wait until the 0.4.0 release since we add a new...
Follow-up to #394 I think it's better to ensure that all band names in So2Sat match the band names used in our Sentinel datasets. Since some bands come from Sentinel-1...
Same as #32461 but for PyTorch. @kolamsrinivas @srekolam @rsanthanam-amd @renjithravindrankannath @nicholas-sly
https://github.com/matplotlib/matplotlib/releases/tag/v3.6.0 These backends are starting to get pretty unwieldy. I'm open to suggestions for how to best support this. The problem is that each backend has multiple possible dependencies. Currently,...