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