pytorch / pytorch.github.io

The website for PyTorch
https://pytorch.org
BSD 3-Clause "New" or "Revised" License
231 stars 291 forks source link

Broken Link to Faster R-CNN Source #214

Closed AudreyBeard closed 5 years ago

AudreyBeard commented 5 years ago

The link https://pytorch.org/docs/stable/_modules/torchvision/models/detection/faster_rcnn.html#fasterrcnn_resnet50_fpn, specifically at https://pytorch.org/docs/stable/torchvision/models.html#faster-r-cnn is broken, and brings me to this page:

image

jlin27 commented 5 years ago

Fixed with the 1.2 release.

Source code now appears for 1.2: https://pytorch.org/docs/stable/_modules/torchvision/models/detection/faster_rcnn.html#fasterrcnn_resnet50_fpn

Source code for 1.1 (where issue was reported): https://pytorch.org/docs/1.1.0/_modules/torchvision/models/detection/faster_rcnn.html#fasterrcnn_resnet50_fpn