hub_image_embedding_column: Module to construct a dense 1-D representation from the...

Description Usage Arguments Details

View source: R/columns.R

Description

Module to construct a dense 1-D representation from the pixels of images.

Usage

1
hub_image_embedding_column(key, module_spec)

Arguments

key

A string or [feature_column](https://tensorflow.rstudio.com/tfestimators/articles/feature_columns.html) identifying the text feature.

module_spec

A string handle or a _ModuleSpec identifying the module.

Details

This feature column can be used on images, represented as float32 tensors of RGB pixel data in the range [0,1].


rstudio/tfhub documentation built on Dec. 25, 2021, 7:51 p.m.