提交 e51b938b 编写于 作者: L LielinJiang

update comment

上级 29dd1120
......@@ -131,8 +131,7 @@ def _vgg(arch, cfg, batch_norm, pretrained, **kwargs):
def vgg11(pretrained=False, **kwargs):
r"""VGG 11-layer model from
`"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>`_
"""VGG 11-layer model from
Args:
pretrained (bool): If True, returns a model pre-trained on ImageNet
......@@ -141,8 +140,7 @@ def vgg11(pretrained=False, **kwargs):
def vgg11_bn(pretrained=False, **kwargs):
r"""VGG 11-layer model with batch normalization
`"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>`_
"""VGG 11-layer model with batch normalization
Args:
pretrained (bool): If True, returns a model pre-trained on ImageNet
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册