Skip to content

TensorFlow Hub 0.7.0

Compare
Choose a tag to compare
@akhorlin akhorlin released this 31 Oct 10:28
4ea726e

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.