This website works better with JavaScript
GitBross
Главная
Обзор
Помощь
Регистрация
Вход
sol_87yf6cwp
/
LLMs-from-scratch
зеркало из
https://github.com/br8bit/LLMs-from-scratch.git
Следить
1
Star
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
4e61dc4224
Ветки
Метки
main
LLMs-from-scrat...
/
ch03
/
02_bonus_efficient-multihead-attention
Sebastian Raschka
4e61dc4224
Fix d_out code comment in bonus materials (
#715
)
4 месяцев назад
..
README.md
ad12c8da06
Einsum multi-head attention (
#345
)
1 год назад
mha-implementations.ipynb
4e61dc4224
Fix d_out code comment in bonus materials (
#715
)
4 месяцев назад
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