SequenceAttentionLayer
SequenceAttentionLayer[] is equivalent to AttentionLayer[] with a single "Input" port instead of ports "Key" and "Value". It should no longer be used.
SequenceAttentionLayer[net]is equivalent toAttentionLayer[net]with a single "Input" port instead of ports "Key" and "Value". It should no longer be used.
Examples
(* Use AttentionLayer[] instead *)
AttentionLayer[]Please visit the official Wolfram Language Reference for more details.