Skip to main content

Tensorflow image models

Project description

Install

pip install tensorflow_image_models==0.0.1


Usage

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.1.tar.gz (25.3 kB view hashes)

Uploaded Source

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