Skip to content

Added Visualizer, fixed bug

Compare
Choose a tag to compare
@tatp22 tatp22 released this 22 Jun 22:35
· 70 commits to master since this release

Added the visualizer class, which lets you see all of the attention heads.

Also fixed a bug where calculated the E and F matrices. They were calculated to be (n,d), but instead, they should have been (n,k). This has since been fixed.