RaggedTensor
s can now be automatically inferred for variable length features by settingrepresent_variable_length_as_ragged=true
in TFMD schema.
- Bumped the mininum bazel version required to build
tfx_bsl
to 5.3.0. RecordBatchToExamplesEncoder
now encodes arrays representingRaggedTensor
s in a way that is consistent withtf.io.parse_example
. Note that this change is backwards compatible withExamplesToRecordBatchDecoder
and the decoding workflow as well.- Depends on
numpy~=1.22.0
.
- N/A
- Deprecated python 3.7 support.