Skip to content

Conversation

Xue10
Copy link

@Xue10 Xue10 commented Sep 30, 2024

According to the formula
norm = (x - mean) / sqrt(var + eps) not (x - mean)/(std + eps)
sqrt(var + eps) == sqrt(std**2 + eps) != (std + eps)
Though the difference may be small, it is not a strictly correct implementation of LayerNorm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant