Description Usage Arguments Details
Module to construct a dense 1-D representation from the pixels of images.
1 | hub_image_embedding_column(key, module_spec)
|
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. |
This feature column can be used on images, represented as float32 tensors of RGB pixel data in the range [0,1].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.