pytorch / pytorch/pytorch.github.io
torchvision code is gone
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 285
- Forks
- 317
- PR merge metrics
- No merged PRs in 30d
Description
The link
https://pytorch.org/docs/stable/_modules/
Says it lists "All modules for which code is available"
Torchvision is listed here (and was previously available) but now it is just a broken link.
Specifically I was previously looking at the code for the vgg network setup:
https://pytorch.org/docs/stable/_modules/torchvision/models/vgg.html#vgg16
I think this should be re-added since it is very useful for understanding what actually is set up when you call:
vgg16 = models.vgg16(pretrained=True)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the documentation module index and the linked torchvision/models/vgg.html#vgg16 page to determine how the missing page was generated or linked. Check the site's documentation configuration or generation entry points, then verify that torchvision appears in the module list and that the vgg16 page resolves again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, pytorch
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100