Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 439 Bytes

File metadata and controls

26 lines (17 loc) · 439 Bytes

API - Models

TensorLayer provides many pretrained models, you can easily use the whole or a part of the pretrained models via these APIs.

.. automodule:: tensorlayer.models

.. autosummary::

    VGG16
    SqueezeNetV1
    MobileNetV1

VGG16

.. autoclass:: VGG16

SqueezeNetV1

.. autoclass:: SqueezeNetV1

MobileNetV1

.. autoclass:: MobileNetV1