Skip to content

Commit b00cd07

Browse files
Update README.md
1 parent 2346a65 commit b00cd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $$
5050
请在`src/operators.rs`中实现RMS Normalization,其公式为:
5151

5252
$$
53-
y_i=\frac{w×x_i}{\sqrt{ \sum_{j} x_{ij}^2+\epsilon}}
53+
y_i=\frac{w×x_i}{\sqrt{ \frac{1}{n} \sum_{j} x_{ij}^2 +\epsilon}}
5454
$$
5555

5656
注意:

0 commit comments

Comments
 (0)