Skip to content

Commit

Permalink
Update docs/tutorials/custom_segmentation_trainer.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Adam J. Stewart <[email protected]>
  • Loading branch information
calebrob6 and adamjstewart authored Oct 1, 2024
1 parent fed6524 commit 94718ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/custom_segmentation_trainer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"\n",
"# You can use the following for actual training runs\n",
"# from torchgeo.datamodules import LandCoverAIDataModule\n",
"# dm = LandCoverAIDataModule(root='data/', batch_size=64, num_workers=8, download=True)"
"# dm = LandCoverAIDataModule(root='data', batch_size=64, num_workers=8, download=True)"
]
},
{
Expand Down

0 comments on commit 94718ab

Please sign in to comment.