Skip to content

Releases: tensorflow/hub

TensorFlow Hub 0.7.0

31 Oct 10:28
4ea726e
Compare
Choose a tag to compare

Release 0.7.0

  • Added support for HubModule v1 in KerasLayer with default tags/signatures.
  • Added support for the KerasLayer to specify tags, signature, as_dict, and
    output_key arguments.
  • Miscellaneous fixes to hub.KerasLayer
  • Documentation update for TensorFlow 2.
    • Use hub.load() and hub.KerasLayer with TF2 (also works in 1.15).
    • For TF1, hub.Module and it's associated APIs remain available.

TensorFlow Hub 0.6.0

29 Aug 07:39
c871fbc
Compare
Choose a tag to compare

Release 0.6.0

  • Added two examples for exporting of Hub/TF2 modules.
  • Switched to dense_features_v2 if a high enough TF version is installed.
  • Added tools/make_image_classifier for use with TF2.

TensorFlow Hub 0.5.0

25 Jun 08:49
Compare
Choose a tag to compare

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.

TensorFlow Hub 0.4.0

03 Apr 08:30
Compare
Choose a tag to compare

Release 0.4.0

  • hub.KerasLayer (for Hub/TF2 modules) can be used in graph mode
    and can be converted to/from a Keras config.
  • In TF1.x, hub.Module can be used inside a defun (helps with TPU).
  • References to TensorFlow Estimator correctly pick up its v1 API.

TensorFlow Hub 0.3.0

01 Mar 16:22
Compare
Choose a tag to compare

Release 0.3.0

  • Initial support for Tensorflow 2.0
  • Tensorflow Hub Library API for Tensorflow 2.0
  • Tensorflow Hub Keras API for Tensorflow 2.0
  • Enable using Tensorflow Hub library against Tensorflow 2.0 run-time.

TensorFlow Hub 0.2.0

05 Dec 09:51
130f626
Compare
Choose a tag to compare
v0.2.0

Update version.py to 0.2.0

TensorFlow Hub 0.2.0-rc1

29 Nov 14:51
dd919be
Compare
Choose a tag to compare
Pre-release
v0.2.0-rc1

Update version.py to 0.2.0-rc1

TensorFlow Hub 0.2.0-rc0

28 Nov 14:26
38a478b
Compare
Choose a tag to compare
Pre-release
v0.2.0-rc0

Update version.py for 0.2.0-rc0

TensorFlow Hub 0.1.1

24 Jul 15:27
Compare
Choose a tag to compare
Update release.md with 0.1.1 release.

PiperOrigin-RevId: 205810493

TensorFlow Hub 0.1.0

03 Apr 12:04
7510d50
Compare
Choose a tag to compare
Merge pull request #2 from tensorflow/wip0.1

Add release notes and drop "-dev" suffix.