Skip to content

Commit

Permalink
Update a link in hubconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuto1011 committed Mar 29, 2019
1 parent f1fab21 commit 4533d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Expand Up @@ -17,7 +17,7 @@ def deeplabv2_resnet101(pretrained=False, **kwargs):
if pretrained:
raise NotImplementedError(
"Please download from "
"https://github.com/kazuto1011/deeplab-pytorch/tree/master#pretrained-models"
"https://github.com/kazuto1011/deeplab-pytorch/tree/master#performance"
)

from libs.models.deeplabv2 import DeepLabV2
Expand Down

0 comments on commit 4533d65

Please sign in to comment.