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 - 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::
-
- Model
-
- VGG16
- VGG19
- SqueezeNetV1
- MobileNetV1
- ResNet50
- Seq2seq
- Seq2seqLuongAttention
-
-
- Base Model
- -----------
-
- .. autoclass:: Model
-
- VGG16
- ----------------------
-
- .. autofunction:: VGG16
-
- VGG19
- ----------------------
-
- .. autofunction:: VGG19
-
- SqueezeNetV1
- ----------------
- .. autofunction:: SqueezeNetV1
-
- MobileNetV1
- ----------------
-
- .. autofunction:: MobileNetV1
-
- ResNet50
- ----------------
-
- .. autofunction:: ResNet50
-
- Seq2seq
- ------------------------
-
- .. autoclass:: Seq2seq
-
-
- Seq2seq Luong Attention
- ------------------------
-
- .. autoclass:: Seq2seqLuongAttention
|