NAME

AI::MXNet::Gluon::ModelZoo::Vision::Inception::V3 - Inception v3 model.

DESCRIPTION

Inception v3 model from
"Rethinking the Inception Architecture for Computer Vision"
<http://arxiv.org/abs/1512.00567> paper.

Parameters
----------
classes : Int, default 1000
    Number of classification classes.

inception_v3

Inception v3 model from
"Rethinking the Inception Architecture for Computer Vision"
<http://arxiv.org/abs/1512.00567> paper.

Parameters
----------
:$pretrained : Bool, default 0
    Whether to load the pretrained weights for model.
:$ctx : AI::MXNet::Context, default CPU
    The context in which to load the pretrained weights.
:$root : Str, default '~/.mxnet/models'
    Location for keeping the model parameters.