mha variants

This commit is contained in:
rasbt
2024-03-06 08:30:32 -06:00
parent d4754f1bdd
commit 87fcfd9245
10 changed files with 431 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
# Chapter 3: Coding Attention Mechanisms
- [01_main-chapter-code](01_main-chapter-code) contains the main chapter code.
- [01_main-chapter-code](01_main-chapter-code) contains the main chapter code.
- [02_bonus_efficient-multihead-attention](02_bonus_efficient-multihead-attention) implements and compares different implementation variants of multihead-attention