Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 622 Bytes

resnet50_cn.rst

File metadata and controls

24 lines (14 loc) · 622 Bytes

resnet50

50 层的 ResNet 模型,来自论文 "Deep Residual Learning for Image Recognition"

参数

  • pretrained (bool,可选) - 是否加载预训练权重。如果为 True,则返回在 ImageNet 上预训练的模型。默认值:False。

返回

50 层的 ResNet 模型,cn_api_fluid_dygraph_Layer 的实例。

代码示例

COPY-FROM: paddle.vision.models.resnet50