@@ -97,7 +97,7 @@ def _vgg(arch, cfg, batch_norm, pretrained, progress, **kwargs):
9797
9898def vgg11 (pretrained = False , progress = True , ** kwargs ):
9999 r"""VGG 11-layer model (configuration "A") from
100- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
100+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
101101
102102 Args:
103103 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -108,7 +108,7 @@ def vgg11(pretrained=False, progress=True, **kwargs):
108108
109109def vgg11_bn (pretrained = False , progress = True , ** kwargs ):
110110 r"""VGG 11-layer model (configuration "A") with batch normalization
111- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
111+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
112112
113113 Args:
114114 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -119,7 +119,7 @@ def vgg11_bn(pretrained=False, progress=True, **kwargs):
119119
120120def vgg13 (pretrained = False , progress = True , ** kwargs ):
121121 r"""VGG 13-layer model (configuration "B")
122- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
122+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
123123
124124 Args:
125125 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -130,7 +130,7 @@ def vgg13(pretrained=False, progress=True, **kwargs):
130130
131131def vgg13_bn (pretrained = False , progress = True , ** kwargs ):
132132 r"""VGG 13-layer model (configuration "B") with batch normalization
133- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
133+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
134134
135135 Args:
136136 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -141,7 +141,7 @@ def vgg13_bn(pretrained=False, progress=True, **kwargs):
141141
142142def vgg16 (pretrained = False , progress = True , ** kwargs ):
143143 r"""VGG 16-layer model (configuration "D")
144- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
144+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
145145
146146 Args:
147147 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -152,7 +152,7 @@ def vgg16(pretrained=False, progress=True, **kwargs):
152152
153153def vgg16_bn (pretrained = False , progress = True , ** kwargs ):
154154 r"""VGG 16-layer model (configuration "D") with batch normalization
155- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
155+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
156156
157157 Args:
158158 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -163,7 +163,7 @@ def vgg16_bn(pretrained=False, progress=True, **kwargs):
163163
164164def vgg19 (pretrained = False , progress = True , ** kwargs ):
165165 r"""VGG 19-layer model (configuration "E")
166- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
166+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
167167
168168 Args:
169169 pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -174,7 +174,7 @@ def vgg19(pretrained=False, progress=True, **kwargs):
174174
175175def vgg19_bn (pretrained = False , progress = True , ** kwargs ):
176176 r"""VGG 19-layer model (configuration 'E') with batch normalization
177- `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>' _
177+ `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>` _
178178
179179 Args:
180180 pretrained (bool): If True, returns a model pre-trained on ImageNet
0 commit comments