This website works better with JavaScript
GitBross
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
sol_87yf6cwp
/
LLMs-from-scratch
oglindă de
https://github.com/br8bit/LLMs-from-scratch.git
Urmărește
1
Star
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
4e61dc4224
Ramuri
Etichete
main
LLMs-from-scrat...
/
ch03
/
02_bonus_efficient-multihead-attention
Sebastian Raschka
4e61dc4224
Fix d_out code comment in bonus materials (
#715
)
4 luni în urmă
..
README.md
ad12c8da06
Einsum multi-head attention (
#345
)
1 an în urmă
mha-implementations.ipynb
4e61dc4224
Fix d_out code comment in bonus materials (
#715
)
4 luni în urmă
README.md
More Efficient Multi-Head Attention Implementations
mha-implementations.ipynb
contains and compares different implementations of multi-head attention
Summary
The figures below summarize the performance benchmarks (lower is better).
Forward pass only
Forward and backward pass
Forward and backward pass after compilation