ragged-tensors Questions

2

Solved

I've created a TensorFlow model that uses RaggedTensors. Model works fine and when calling model.predict and I get the expected results. input = tf.ragged.constant([[[-0.9984272718429565, -0.942232...

2

Solved

I have a ragged tensor of dimensions [BATCH_SIZE, TIME_STEPS, EMBEDDING_DIM]. I want to augment the last axis with data from another tensor of shape [BATCH_SIZE, AUG_DIM]. Each time step of a given...
Leavenworth asked 12/3, 2021 at 18:55
1

© 2022 - 2024 — McMap. All rights reserved.