Cannot make padded batches from dataset made from ragged ... - GitHub
https://github.com/tensorflow/tensorflow/issues/39163
May 05, 2020 · If the API is meant to support ragged tensors, then the dataset should allow me to make a padded batch from the ragged tensor slices. Otherwise, the API could be restricted to disallow ragged tensors. Standalone code to reproduce the issue importtensorflowastfa=tf.ragged.stack([[1, 2], [3, 4, 5], [6], [7, 8, 9, 10]])
DA: 13 PA: 46 MOZ Rank: 18