- Under development.
- Add support for caching modules on GCS.
- Add
ModuleSpec.export(export_path, checkpoint_path)
helper for module creation from a separately trained checkpoint. - Modules now have a key-value store of attached protocol messages for domain- or library-specific auxiliary data.
- Image modules can have input shapes with variable height and width;
hub.get_expected_image_size()
comes from an attached ImageModuleInfo message. - Add
with hub.eval_function_for_module("...") as f: out = f(in)
. - New experimental function
hub.create_module_spec_from_saved_model()
. - Added property
hub.Module.variables
. - Bazel workspace dependency on protobuf library updated to version 3.6.0.
- Added progress bar for module downloads when interactive.
- Numerous minor fixes and updates from the master branch.
- Removed TensorFlow version checking.
- Initial TensorFlow Hub release.
- tf-nightly>=1.7.0.dev20180308 || tensorflow>=1.7.0rc0