Ryan Avery

Results 209 comments of Ryan Avery

I'm also facing this issue and agree ^^^

I'm getting a similar error with the following snippet that uses the SemanticSegmentationTask. ```python from pytorch_lightning import Trainer from torchgeo.datamodules import InriaAerialImageLabelingDataModule from torchgeo.trainers import SemanticSegmentationTask datamodule = InriaAerialImageLabelingDataModule(root_dir="./inria", batch_size=64,...

Hey sorry I missed this! > How does the crash look like? Does the kernel die and UI remains responsive, or does the UI freeze? The UI freezes, there is...

I'd like to use something like dependency groups not just for development but also to build wheels for cpu and gpu versions of a python package that mostly share the...

Got it, I initially went with supporting TorchScript scripting since it seemed easier and would only require adding type annotations. I've made edits to this model which uses a SWIN...

I was able to get torch scripting to work by refactoring the Satlas source code, mostly by adding typing, removing control flow in some spots, and replacing the use of...

@kathrynberger Could this be failing because there needs to be a requirements.txt in the recipe folder? for `s3fs` ? I needed to install that locally to get the recipe to...

I like that example a lot @samsammurphy, thanks for the suggestion. I think this image highlights an important common case where extent does not equal data acquired.

Hi @jsbroks I'm also running into this issue when testing the most recent production build with tif imagery. Tasks are stuck running trying to discover but they don't find anything...