Skip to content

Latest commit

 

History

History
113 lines (82 loc) · 14.7 KB

image.md

File metadata and controls

113 lines (82 loc) · 14.7 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

Modules trained on domain-specific datasets

iNaturalist (iNat) 2017

The iNat2017 dataset consists of 579,184 training images and 95,986 validation images from 5,089 species, taken from www.inaturalist.org.