35 lines
498 B
ReStructuredText
35 lines
498 B
ReStructuredText
API - Pretrained Models
|
|
================================
|
|
|
|
TensorLayer 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
|
|
----------------
|
|
|
|
.. autofuncion:: ResNet50
|
|
|