Skip to content

Commit

Permalink
Merge pull request pytorch#7 from o295/main
Browse files Browse the repository at this point in the history
Fixing trained checkpoints
  • Loading branch information
xiaohu2015 authored Nov 19, 2021
2 parents 35702fd + 06e7ea8 commit 635a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/models/detection/fcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def forward(


model_urls = {
"fcos_resnet50_fpn_coco": "https://github.com/o295/checkpoints/releases/download/coco/fcos_resnet50_fpn_coco-46080c1a.pth",
"fcos_resnet50_fpn_coco": "https://github.com/o295/checkpoints/releases/download/coco/fcos_resnet50_fpn_coco-7c2e6686.pth",
}


Expand Down

0 comments on commit 635a189

Please sign in to comment.