Tensorflow Hub Versions Save

A library for transfer learning by reusing parts of TensorFlow models.

v0.16.1

3 months ago

Release 0.16.1

  • Require tf-keras to be installed

v0.16.0

3 months ago

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, ...)

v0.15.0

7 months ago

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.

v0.14.0

10 months ago

Release 0.14.0

v0.13.0

1 year ago

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+.

v0.12.0

3 years ago

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.

v0.11.0

3 years ago
  • Use the Keras load context in keras_layer.py.
  • Always use compressed model loading by default.
  • Documentation improvements.

v0.10.0

3 years ago
  • 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.

v0.9.0

3 years ago

Release 0.9.0

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

v0.8.0

4 years ago

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.