-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
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
Add tutorials to documentation #93
Conversation
5a29ac7
to
005cab6
Compare
The Collab badge issue is caused by this piece of CSS in the theme:
It isn't clear to me how to configure any of this though. |
" sampler = RandomGeoSampler(naip.index, size=1000, length=888)\n", | ||
" dataloader = DataLoader(dataset, batch_size=12, sampler=sampler)\n", | ||
" duration, count = time_epoch(dataloader)\n", | ||
" print(duration, count)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be helpful to the user to print what these numbers are
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do that in a follow-up PR. These tutorials are still pretty rudimentary.
Opened an issue for badge width: pytorch/pytorch_sphinx_theme#140 |
This PR adds a first set of tutorials for using torchgeo. Progress so far:
nbsphinx
to render notebooks in documentationnbmake
to test notebooks and make sure they stay up-to-dateAn example screenshot (still need to figure out how to fix the badge width):
Closes #38