@@ -97,7 +97,7 @@ def _vgg(arch, cfg, batch_norm, pretrained, progress, **kwargs):
97
97
98
98
def vgg11 (pretrained = False , progress = True , ** kwargs ):
99
99
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>` _
101
101
102
102
Args:
103
103
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -108,7 +108,7 @@ def vgg11(pretrained=False, progress=True, **kwargs):
108
108
109
109
def vgg11_bn (pretrained = False , progress = True , ** kwargs ):
110
110
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>` _
112
112
113
113
Args:
114
114
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -119,7 +119,7 @@ def vgg11_bn(pretrained=False, progress=True, **kwargs):
119
119
120
120
def vgg13 (pretrained = False , progress = True , ** kwargs ):
121
121
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>` _
123
123
124
124
Args:
125
125
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -130,7 +130,7 @@ def vgg13(pretrained=False, progress=True, **kwargs):
130
130
131
131
def vgg13_bn (pretrained = False , progress = True , ** kwargs ):
132
132
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>` _
134
134
135
135
Args:
136
136
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -141,7 +141,7 @@ def vgg13_bn(pretrained=False, progress=True, **kwargs):
141
141
142
142
def vgg16 (pretrained = False , progress = True , ** kwargs ):
143
143
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>` _
145
145
146
146
Args:
147
147
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -152,7 +152,7 @@ def vgg16(pretrained=False, progress=True, **kwargs):
152
152
153
153
def vgg16_bn (pretrained = False , progress = True , ** kwargs ):
154
154
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>` _
156
156
157
157
Args:
158
158
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -163,7 +163,7 @@ def vgg16_bn(pretrained=False, progress=True, **kwargs):
163
163
164
164
def vgg19 (pretrained = False , progress = True , ** kwargs ):
165
165
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>` _
167
167
168
168
Args:
169
169
pretrained (bool): If True, returns a model pre-trained on ImageNet
@@ -174,7 +174,7 @@ def vgg19(pretrained=False, progress=True, **kwargs):
174
174
175
175
def vgg19_bn (pretrained = False , progress = True , ** kwargs ):
176
176
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>` _
178
178
179
179
Args:
180
180
pretrained (bool): If True, returns a model pre-trained on ImageNet
0 commit comments