Skip to content

Incomplete RMSNorm Formulation in the Lecture Slides #35

@UgurKap

Description

@UgurKap

Hello,

On page 13 of the 3rd lecture slides, RMSNorm is defined as:

$$ y = \frac{x}{\sqrt{||x||^2_2 + \epsilon}} * \gamma $$

This definition seems to be missing the "divide by the number of elements" part, i.e. it should be

$$ y = \frac{x}{\sqrt{\dfrac{||x||^2_2}{n} + \epsilon}} * \gamma $$

Best,
Uğur

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions