[Datasets] Make ragged tensor shape more descriptive #29135
Labels
data
Ray Data-related issues
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
Description
I expected the
TensorDtype
shape to be(None, None, 3)
but I gotNone
instead.Use case
We need this functionality to make
to_tf
work with ragged tensors. If we make the ragged tensor shape more descriptive, we can accurately infer theoutput_signature
fortf.data.Dataset.from_generator
.The text was updated successfully, but these errors were encountered: