Created
August 16, 2023 12:45
-
-
Save pythonlessons/17283f569e6331dbe57deafe9385848e to your computer and use it in GitHub Desktop.
transformer_attention
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
encoder_embeddings shape (1, 100, 512) | |
decoder_embeddings shape (1, 110, 512) | |
cross_attention_output shape (1, 110, 512) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment