- Improved resource usage for
tft.vocabulary
whentop_k
is set by removing stages performing repetitive sorting.
- Support invoking Keras models inside the
preprocessing_fn
usingtft.make_and_track_object
whenforce_tf_compat_v1=False
with TF2 behaviors enabled. - Fix an issue when computing the metadata for a function with automatic control dependencies added where dependencies on inputs which should not be evaluated was being retained.
- Census TFT example: wrapped table initialization with a tf.init_scope() in order to avoid reinitializing the table for each batch of data.
- Stopped depending on
six
. - Depends on
protobuf>=3.13,<4
. - Depends on
tensorflow-metadata>=1.1.0,<1.2.0
. - Depends on
tfx-bsl>=1.1.0,<1.2.0
.
- N/A
- N/A