Skip to content

Latest commit

 

History

History
101 lines (75 loc) · 14.3 KB

image.md

File metadata and controls

101 lines (75 loc) · 14.3 KB

Image Modules

For image classification, two kinds of modules are available:

Click on a module to view its documentation, or reference the URL from the TensorFlow Hub library like so:

m = hub.Module("https://tfhub.dev/...")

Modules trained on ImageNet (ILSVRC-2012-CLS)

Inception and Inception-ResNet

MobileNet

MobileNets come in various sizes controlled by a multiplier for the depth (number of features), and trained for various sizes of input images. See the module documentation for details.

NASNet and PNASNet

ResNet