* `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.
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.