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.
To install AI::MXNet::Gluon::ModelZoo::Vision::Inception::V3, copy and paste the appropriate command in to your terminal.
cpanm
cpanm AI::MXNet::Gluon::ModelZoo
CPAN shell
perl -MCPAN -e shell
install AI::MXNet::Gluon::ModelZoo
For more information on module installation, please visit the detailed CPAN module installation guide.