Skip to content

Commit 2b5853c

Browse files
authored
Update 2022-6-12-geospatial-deep-learning-with-torchgeo.md
Update to code block
1 parent 8304347 commit 2b5853c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2022-6-12-geospatial-deep-learning-with-torchgeo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ dataloader = DataLoader(
108108

109109
This data loader can now be used in your normal training/evaluation pipeline.
110110

111-
for batch in dataloader:
112-
113111
```c++
112+
for batch in dataloader:
114113
image = batch["image"]
115114
mask = batch["mask"]
116115

0 commit comments

Comments
 (0)