Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 496 Bytes

pretrain_models.rst

File metadata and controls

30 lines (21 loc) · 496 Bytes

API - Pretrained Models

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

.. automodule:: examples.model_zoo

.. autosummary::

    vgg16
    vgg19
    YOLOv4
    ResNet50

vgg16

.. autofunction:: vgg16

vgg19

.. autofunction:: vgg19

YOLOv4

.. autofunction:: YOLOv4

ResNet50

.. autofunction:: ResNet50