Skip to content

Instantly share code, notes, and snippets.

@pythonlessons
Created August 16, 2023 12:45
Show Gist options
  • Save pythonlessons/84e1a757d8015d88f0e000e970cb3d66 to your computer and use it in GitHub Desktop.
Save pythonlessons/84e1a757d8015d88f0e000e970cb3d66 to your computer and use it in GitHub Desktop.
transformer_attention
decoder_embeddings shape (1, 110, 512)
causal_self_attention_output shape (1, 110, 512)
Difference between the two outputs: 0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment