NAME
AI::MXNet::Gluon::ModelZoo::ModelStore - Model zoo for pre-trained models.
get_model_file
Return location for the pretrained on local file system.
This function will download from online model zoo when model cannot be found or has mismatch.
The root directory will be created if it doesn't exist.
Parameters
----------
$name : Str
Name of the model.
:$root : Str, default '~/.mxnet/models'
Location for keeping the model parameters.
Returns
-------
$file_path
Path to the requested pretrained model file.
purge
Purge all pretrained model files in local file store.
Parameters
----------
root : str, default '~/.mxnet/models'
Location for keeping the model parameters.
To install AI::MXNet::Gluon::ModelZoo::ModelStore, 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.