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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tensorflow_image_models-0.0.1.tar.gz
.
File metadata
- Download URL: tensorflow_image_models-0.0.1.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 075c3cff051aa225d412fb2bfdc1402119570152bcd4819fd3af3bcc9c6f7415 |
|
MD5 | 8b9a22dfae240392d4f02ba12c5e7512 |
|
BLAKE2b-256 | 4dd031f22397789c58bf1724fb144e926318a3fc15cb7a147004be49134475ce |