You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/customization.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
Customization and Contributing
2
-
==============================
1
+
Customization
2
+
=============
3
3
4
4
Is TorchGeo missing a dataset or model you need? Would you like to modify the default augmentations for a data module or extend a builtin trainer?
5
5
6
6
The following tutorials will teach you how to customize TorchGeo to meet your needs:
7
7
8
-
* `Custom Raster Datasets <custom_raster_datasets>`_: How to create a new RasterDataset
8
+
* `Custom Raster Datasets <custom_raster_datasets.ipynb>`_: How to create a new RasterDataset
9
9
10
10
TorchGeo is a community-driven open source library. If there is a feature missing that you would like to add, please open a pull request to add it. See the ref:`contributing` guidelines to get started.
0 commit comments