Skip to content

TensorFlow Hub 0.5.0

Compare
Choose a tag to compare
@andresusanopinto andresusanopinto released this 25 Jun 08:49

Release 0.5.0

  • Fixes in hub.KerasLayer related with regularizers, config serialization
    and usage with tf.estimator.
  • Updates to feature columns to be compatible with feature columns V2 apis and
    add hub.sparse_text_embedding_column for bag of words features.
  • Made hub.Module usable within tf.compat.v1.wrap_function.