Releases: tensorflow/hub
Releases · tensorflow/hub
TensorFlow Hub 0.7.0
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()
andhub.KerasLayer
with TF2 (also works in 1.15). - For TF1,
hub.Module
and it's associated APIs remain available.
- Use
TensorFlow Hub 0.6.0
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
Release 0.5.0
- Fixes in
hub.KerasLayer
related with regularizers, config serialization
and usage withtf.estimator
. - Updates to feature columns to be compatible with feature columns V2 apis and
addhub.sparse_text_embedding_column
for bag of words features. - Made
hub.Module
usable withintf.compat.v1.wrap_function
.
TensorFlow Hub 0.4.0
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
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
v0.2.0 Update version.py to 0.2.0
TensorFlow Hub 0.2.0-rc1
v0.2.0-rc1 Update version.py to 0.2.0-rc1
TensorFlow Hub 0.2.0-rc0
v0.2.0-rc0 Update version.py for 0.2.0-rc0
TensorFlow Hub 0.1.1
Update release.md with 0.1.1 release. PiperOrigin-RevId: 205810493
TensorFlow Hub 0.1.0
Merge pull request #2 from tensorflow/wip0.1 Add release notes and drop "-dev" suffix.