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
RaggedTensors can now be automatically inferred for variable length
features by setting represent_variable_length_as_ragged=true in TFMD
schema.
Bug Fixes and Other Changes
Bumped the mininum bazel version required to build tfx_bsl to 5.3.0.
RecordBatchToExamplesEncoder now encodes arrays representing RaggedTensors in a way that is consistent with tf.io.parse_example. Note
that this change is backwards compatible with ExamplesToRecordBatchDecoder
and the decoding workflow as well.