Skip to main content

Tensorflow image models

Project description

Install

pip install tensorflow_image_models==0.0.2


Usage

import tensorflow_image_models as tfimm

from tfimm import list_models

list_models()

models list: DPN92

           DPN98

           DPN131

           DPN107

           EfficientNetB0

           EfficientNetB1  

           .....

           .....

           VGG16

           VGG19

Create Model

from tfimm import EfficientNet

model=EfficientNet.EfficientNetB0(classes=10)

model.summary()


License

This project is licensed under the MIT License


Author

DEEPOLOGY LAB

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

tensorflow_image_models-0.0.2.tar.gz (25.3 kB view hashes)

Uploaded Source

Built Distribution

tensorflow_image_models-0.0.2-py3-none-any.whl (47.0 kB view hashes)

Uploaded 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