models icon indicating copy to clipboard operation
models copied to clipboard

Make RaggedTensors the default for list-columns in the FeatureContext

Open marcromeyn opened this issue 3 years ago • 0 comments

Right now we are converting all features to dense when we store them in the feature-context (source). It would be better to store them as tf.RaggedTensors, when retrieving them the user could choose to convert this to sparse or dense. This would have a lower memory footprint.

marcromeyn avatar May 18 '22 10:05 marcromeyn