Skip to content

issues Search Results · repo:microsoft/torchgeo language:Python

Filter by

507 results
 (76 ms)

507 results

inmicrosoft/torchgeo (press backspace or delete to remove)

Summary We should consider switching from pip to uv. Rationale We already switched to ruff, uv is made by the same people and is allegedly much faster. Implementation There are a few places we should ...
good first issue
  • adamjstewart
  • 2
  • Opened 
    4 days ago
  • #2905

Description In the introduction to PyTorch tutorial (https://github.com/microsoft/torchgeo/blob/main/docs/tutorials/pytorch.ipynb) , there is an issue with downloading the EuroSAT100 required for the ...
datasets
documentation
  • soheir96
  • 1
  • Opened 
    11 days ago
  • #2895

Issue In the tutorial about earthquake prediction the ResNet50_Weights.SENTINEL1_ALL_MOCO weights are used. I ve tried searching in the docs for a list of the other available weights, but I couldn t find ...
documentation
  • gcaria
  • 7
  • Opened 
    20 days ago
  • #2885

Summary We currently use the Torchvision Weights API which allows for a metadata dict to be attached to a model s weights to couple some necessary fields to the model e.g. in_channels, num_classes, license, ...
models
  • isaaccorley
  • 4
  • Opened 
    25 days ago
  • #2880

Description With download=True a 42 byte tif is downloaded, but the error DatasetNotFoundError: Dataset not found in paths= data and cannot be automatically downloaded, either specify a differentpaths ...
datasets
  • robmarkcole
  • 1
  • Opened 
    25 days ago
  • #2877

Description Kornia s Resize augmentation performs shortest side resizing while keeping aspect ratio by default when passed only a single arg like K.Resize(256). What we actually want is too resize both ...
  • isaaccorley
  • Opened 
    on Jun 28
  • #2860

Issue If you follow the tutorials in their current order, we start using PyTorch Lightning before we actually explain what it is. Fix We should either remove Lightning from the Pretrained Weights tutorial ...
documentation
  • adamjstewart
  • Opened 
    on Jun 22
  • #2854

Issue Newer versions of GDAL have a new CLI that is much more intuitive. We should update our tutorials to use this: - [ ] Introduction to Geospatial Data - [ ] Custom Raster Datasets Fix See https://gdal.org/en/stable/programs/index.html ...
documentation
  • adamjstewart
  • Opened 
    on Jun 22
  • #2852

Summary FR: unknown keys are converted to a list/vector and passed through, int/float to be supported Rationale Additional keys can be used to track attributes of objects and used in plotting or downstream ...
trainers
  • robmarkcole
  • 10
  • Opened 
    on Jun 18
  • #2843

Summary There are some torch specific syntax that are recommended over others. We can use a linter like TorchFix to double check that we aren t introducing any silent bugs. Running the following in the ...
testing
  • isaaccorley
  • 2
  • Opened 
    on Jun 16
  • #2839
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub