Skip to content

Releases: tensorflow/hub

TensorFlow Hub 0.16.1

30 Jan 15:53
ff72e25
Compare
Choose a tag to compare

Release 0.16.1

  • Require tf-keras to be installed

TensorFlow Hub 0.16.0

22 Jan 17:23
00928a1
Compare
Choose a tag to compare

Release 0.16.0

  • Enforce using Keras 2 by checking for installation of tf_keras
  • Remove deprecated TF 1 API (LatestModuleExporter, register_module_for_export, ...)

TensorFlow Hub 0.15.0

06 Oct 10:06
e8e37d9
Compare
Choose a tag to compare

Release 0.15.0

  • Require Python 3.9+.
  • Bump rules_license to 0.0.4.
  • Move LICENSE to tensorflow_hub/LICENSE.
  • Use license_files instead of license_file in setup.cfg.
  • Remove empty tools directory.

TensorFlow Hub 0.14.0

13 Jul 14:35
ecdd9d0
Compare
Choose a tag to compare

Release 0.14.0

TensorFlow Hub 0.13.0

14 Mar 19:14
aab6241
Compare
Choose a tag to compare

Release 0.13.0

  • Minor fixes for importing Keras and TF Estimator.
  • Stop using distutils.version.
  • Require protobuf >= 3.19.6.
  • Require Python 3.7+.

TensorFlow Hub 0.12.0

14 Apr 13:17
Compare
Choose a tag to compare

Release 0.12.0

  • Improve support for compute_output_shape in hub.KerasLayer:
    • This will now use the output_shape value provided on init, if present,
      before falling back to the default behavior.
  • Changes to make_image_classifier_tool:
    • Add the option to read input with a tf.data.Dataset and use TF ops for
      preprocessing. Enabling this feature requires TF 2.5 or higher.
    • Set the default value of shear_range to 0. shear_range is deprecated and
      incompatible when using TF ops for preprocessing.

TensorFlow Hub 0.11.0

06 Jan 15:48
262f2f0
Compare
Choose a tag to compare
  • Use the Keras load context in keras_layer.py.
  • Always use compressed model loading by default.
  • Documentation improvements.

TensorFlow Hub 0.10.0

29 Oct 15:10
de2f647
Compare
Choose a tag to compare
  • 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.

TensorFlow Hub 0.9.0

19 Aug 11:54
c008eb5
Compare
Choose a tag to compare

Release 0.9.0

  • Add SavedModel.LoadOptions to hub.KerasLayer API to pass to load_v2.
  • Improved error messaging.
  • Documentation improvements.
  • Bug fixes.

TensorFlow Hub 0.8.0

01 Apr 16:13
353fce1
Compare
Choose a tag to compare

Release 0.8.0

  • Implemented make_nearest_neighbour_index tool.
  • Added text FeatureColumn, hub.text_embedding_column_v2, for TF 2.x.
  • CORD-19 embedding colab.
  • Documentation improvements.
  • Bug fixes.