We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of issue When trying to go through the Getting Started tutorial, I get an ImportError on stack_samples in the first cell.
stack_samples
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) /tmp/ipykernel_51260/1420171020.py in <module> 4 from torch.utils.data import DataLoader 5 ----> 6 from torchgeo.datasets import NAIP, ChesapeakeDE, **stack_samples** 7 from torchgeo.datasets.utils import download_url 8 from torchgeo.samplers import RandomGeoSampler ImportError: cannot import name 'stack_samples' from 'torchgeo.datasets' (/home/ying/anaconda3/envs/torch/lib/python3.9/site-packages/torchgeo/datasets/__init__.py)
Steps to reproduce Clean torchgeo install from conda install torchgeo via conda-forge channel
conda install torchgeo
The text was updated successfully, but these errors were encountered:
See #274
Sorry, something went wrong.
No branches or pull requests
Description of issue
When trying to go through the Getting Started tutorial, I get an ImportError on
stack_samples
in the first cell.Steps to reproduce
Clean torchgeo install from
conda install torchgeo
via conda-forge channelThe text was updated successfully, but these errors were encountered: