Proof of Equation 2
Closed this issue · 1 comments
Thank you for sharing your research.
While reading your paper, I had some questions and would like to clarify some points.
Specifically, in Appendix A.1 (Proof of Equation 2), it is stated that
- In the paragraph, it is mentioned that
"The RMSNorm operation divides each row of the input matrix
$X$ by its norm."
so, I think the text should explain that
"By the basic rules of linear algebra, if
$x$ is a row of$X$ , then$Q^⊤x$ is the corresponding row of$XQ$ "
is difficult to follow because it refers to the row of
"Applying RMSNorm to
$XQ$ , said row will now be equal to$\frac{1}{||x||}Q^Tx$ . After RMSnorm, we can multiply by$Q^T$ , our row is now equal to$\frac{1}{||x||}QQ^Tx$ =$\frac{1}{||x||}x$ ."
After applying RMSnorm, if
Thank you for your reply.
I think I misunderstood it.