blob: 0212528d82592a1b12259b44d5cffc0ffd8e7fad [file]
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
model_zoo.vision
=================
.. automodule:: mxnet.gluon.model_zoo.vision
.. autosummary::
:toctree: _autogen
get_model
ResNet
------
.. autosummary::
:toctree: _autogen
resnet18_v1
resnet34_v1
resnet50_v1
resnet101_v1
resnet152_v1
resnet18_v2
resnet34_v2
resnet50_v2
resnet101_v2
resnet152_v2
.. autosummary::
:toctree: _autogen
ResNetV1
ResNetV2
BasicBlockV1
BasicBlockV2
BottleneckV1
BottleneckV2
get_resnet
VGG
---
.. autosummary::
:toctree: _autogen
vgg11
vgg13
vgg16
vgg19
vgg11_bn
vgg13_bn
vgg16_bn
vgg19_bn
.. autosummary::
:toctree: _autogen
VGG
get_vgg
Alexnet
--------
.. autosummary::
:toctree: _autogen
alexnet
.. autosummary::
:toctree: _autogen
AlexNet
DenseNet
--------
.. autosummary::
:toctree: _autogen
densenet121
densenet161
densenet169
densenet201
.. autosummary::
:toctree: _autogen
DenseNet
SqueezeNet
------------
.. autosummary::
:toctree: _autogen
squeezenet1_0
squeezenet1_1
.. autosummary::
:toctree: _autogen
SqueezeNet
Inception
---------
.. autosummary::
:toctree: _autogen
inception_v3
.. autosummary::
:toctree: _autogen
Inception3
MobileNet
---------
.. autosummary::
:toctree: _autogen
mobilenet1_0
mobilenet0_75
mobilenet0_5
mobilenet0_25
mobilenet_v2_1_0
mobilenet_v2_0_75
mobilenet_v2_0_5
mobilenet_v2_0_25
.. autosummary::
:toctree: _autogen
MobileNet
MobileNetV2