vision: Documentation URL doesn't follow the patter
๐ Documentation
You can get the torchtext
documentation here: https://pytorch.org/text
torchaudio
also has a similar URL: https://pytorch.org/audio
However, vision has a completely different URL: https://pytorch.org/docs/stable/torchvision
I think it is better to standardize the addresses, and make a common pattern https://pytorch.org/{package} for any torch{package}
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (11 by maintainers)
https://pytorch.org/vision is working now. Thanks all for your help on this.
Iโll close the issue.
itโs historical.
Iโm okay with harmonizing them in pytorch.org/vision , pytorch.org/text , pytorch.org/audio and providing a link to them in pytorch.org/docs However, I worry that the people who use the search bar in pytorch.org/docs will start missing the results from before, so thinking that through is important
Figured it out. https://github.com/pytorch/vision/pull/2104
it doesnโt have a gh-pages branch, but you can create one, which will make
pytorch.org/vision
active and point to your created HTML page (in which you will point a redirect to https://pytorch.org/docs/stable/torchvision/index.html), which in turn will redirect users to https://pytorch.org/docs/stable/torchvision/index.html