https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/keras/layers/dense_attention.py says: "This class is suitable for Dense or CNN networks, and not for RNN networks." Anyone know why?
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Attention doesn't mention the above.
Thanks.