Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 789 Bytes

inception_v3_cn.rst

File metadata and controls

25 lines (15 loc) · 789 Bytes

inception_v3

.. py:function:: paddle.vision.models.inception_v3(pretrained=False, **kwargs)


Inception v3 模型,来自论文 "Rethinking the Inception Architecture for Computer Vision"

参数

返回

:ref:`cn_api_fluid_dygraph_Layer`,Inception v3 模型实例。

代码示例

COPY-FROM: paddle.vision.models.inception_v3