Metadata-Version: 2.1
Name: efficientnet_lite1_pytorch_model
Version: 0.1.0
Summary: Pretrained Pytorch model file for EfficientNet Lite1
Home-page: https://github.com/ml-illustrated/efficientnet_lite1_pytorch_model
Author: ML Illustrated
Author-email: gerald@ml-illustrated.com
License: UNKNOWN
Description: # efficientnet-lite1-pytorch-model
        
        Pretrained Pytorch model file for EfficientNet Lite1
        
        ## Installation
        
        ```
        pip install efficientnet_lite1_pytorch_model
        ```
        
        ## Basic Usage
        
        ```
        from efficientnet_lite1_pytorch_model import EfficientnetLite1ModelFile
        print( 'model file path is %s' % ( EfficientnetLite1ModelFile.get_model_file_path() ) )
        ```
        
        ## Credits
        
        This package was created with _Cookiecutter_ and the `audreyr/cookiecutter-pypackage` project template.
        
        - _Cookiecutter_: https://github.com/audreyr/cookiecutter
        - `audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        - `cookiecutter-ml-model-files`: https://github.com/ml-illustrated/cookiecutter-ml-model-files
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
