Skip to main content

Pretrained Pytorch model file for EfficientNet Lite2

Project description

efficientnet-lite2-pytorch-model

Pretrained Pytorch model file for EfficientNet Lite2

Installation

pip install efficientnet_lite2_pytorch_model

Basic Usage

from efficientnet_lite2_pytorch_model import EfficientnetLite2ModelFile
print( 'model file path is %s' % ( EfficientnetLite2ModelFile.get_model_file_path() ) )

Actual Usage

Install the model package from EfficientNet-Lite-PyTorch:

pip install efficientnet_lite_pytorch

Load the model with pretrained weights:

from efficientnet_lite_pytorch import EfficientNet

from efficientnet_lite2_pytorch_model import EfficientnetLite2ModelFile
weights_path = EfficientnetLite2ModelFile.get_model_file_path()

lite2_model = EfficientNet.from_pretrained('efficientnet-lite2', weights_path = weights_path )

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

efficientnet_lite2_pytorch_model-0.1.0.tar.gz (22.7 MB view hashes)

Uploaded Source

Built Distribution

efficientnet_lite2_pytorch_model-0.1.0-py2.py3-none-any.whl (22.7 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page