Skip to content

Commit

Permalink
Adding torchgeo datasets install
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Feb 23, 2024
1 parent 1681fe5 commit 9af5e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/custom_segmentation_trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install torchgeo"
"%pip install torchgeo[datasets]"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/custom_segmentation_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
# As always, we install TorchGeo.

# %pip install torchgeo
# %pip install torchgeo[datasets]

# ## Imports
#
Expand Down

0 comments on commit 9af5e8d

Please sign in to comment.