You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|