TensorFlow Hub 0.5.0
Release 0.5.0
- Fixes in
hub.KerasLayer
related with regularizers, config serialization
and usage withtf.estimator
. - Updates to feature columns to be compatible with feature columns V2 apis and
addhub.sparse_text_embedding_column
for bag of words features. - Made
hub.Module
usable withintf.compat.v1.wrap_function
.