Skip to content

TensorFlow Hub 0.10.0

Compare
Choose a tag to compare
@WGierke WGierke released this 29 Oct 15:10
de2f647
  • Enforce Python 3.5+ and TF1.15+.
  • Add ModelLoadFormat setting to switch between (un)compressed model loading.
  • Support for RaggedTensor inputs/outputs is backported from TF2 SavedModels to the deprecated hub.Module class (Use of tf.compat.v1.ragged.placeholder() in a module_fn is broken for TF2.3 and requires TF2.2 or TF2.4).
  • Bug fixes.