jamesagilesoda
commited on
Commit
•
34706e8
1
Parent(s):
df3690c
Update README.md
Browse files
README.md
CHANGED
@@ -104,11 +104,7 @@ After calculating the global norm, normalize each vector in each batch by dividi
|
|
104 |
|
105 |
#### Normalization
|
106 |
|
107 |
-
For each vector
|
108 |
-
$$
|
109 |
-
\mathbf{x}
|
110 |
-
$$
|
111 |
-
in any batch:
|
112 |
|
113 |
$$
|
114 |
\mathbf{x}_{\text{global normalized}} = \frac{\mathbf{x}}{N_{global}}
|
|
|
104 |
|
105 |
#### Normalization
|
106 |
|
107 |
+
For each vector x in any batch:
|
|
|
|
|
|
|
|
|
108 |
|
109 |
$$
|
110 |
\mathbf{x}_{\text{global normalized}} = \frac{\mathbf{x}}{N_{global}}
|