Multi-Agent-Transformer icon indicating copy to clipboard operation
Multi-Agent-Transformer copied to clipboard

details about the decoder architecture

Open geruome opened this issue 9 months ago • 0 comments

Hi, I am very interested in this series of work and have a question about the decoder architecture. I have noticed that the decoder architecture is a little bit different from which in the original Transformer paper. 1714382902050 image-15 The differences are circled in red. The K in QKV of second attention block and the skip connection are from encoder in our methods, while from decoder originally. Is it any improvement of the transformer architecture from some existing papers or just our design?

geruome avatar Apr 29 '24 10:04 geruome