You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature and the current behavior/state.
AttentionMechanism doesn't support ragged tensor for memory. the output hidden sequences of tf.keras.layers.RNN already support ragged tensor. if AttensionMechanism support ragged tensor it would be very convenient.
Relevant information
Are you willing to contribute it (yes/no): no
Are you willing to maintain it going forward? (yes/no): no
Is there a relevant academic paper? (if so, where):
Is there already an implementation in another framework? (if so, where):
Was it part of tf.contrib? (if so, where):
Which API type would this fall under (layer, metric, optimizer, etc.)
the improvement doesn't require any new APIs
Who will benefit with this feature?
NLP develop using ragged tensor as input
Any other info.
The text was updated successfully, but these errors were encountered:
Thanks for the feature request. It makes sense to support ragged tensors but they should ideally be supported in all modules that accept variable length inputs, and not just the attention memory.
TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: TensorFlow Addons Wind Down
Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: Keras Keras-CV Keras-NLP
Describe the feature and the current behavior/state.
AttentionMechanism doesn't support ragged tensor for memory. the output hidden sequences of tf.keras.layers.RNN already support ragged tensor. if AttensionMechanism support ragged tensor it would be very convenient.
Relevant information
Which API type would this fall under (layer, metric, optimizer, etc.)
the improvement doesn't require any new APIs
Who will benefit with this feature?
NLP develop using ragged tensor as input
Any other info.
The text was updated successfully, but these errors were encountered: