You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Features and Improvements
Improved resource usage for tft.vocabulary when top_k is set by removing
stages performing repetitive sorting.
Bug Fixes and Other Changes
Support invoking Keras models inside the preprocessing_fn using tft.make_and_track_object when force_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.