Skip to content

Commit 8581fba

Browse files
authored
changed "ot" to "to" (#21488)
1 parent fa0ae17 commit 8581fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transformers/optimization_tf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class AdamWeightDecay(Adam):
176176
with the m and v parameters in strange ways as shown in [Decoupled Weight Decay
177177
Regularization](https://arxiv.org/abs/1711.05101).
178178
179-
Instead we want ot decay the weights in a manner that doesn't interact with the m/v parameters. This is equivalent
179+
Instead we want to decay the weights in a manner that doesn't interact with the m/v parameters. This is equivalent
180180
to adding the square of the weights to the loss with plain (non-momentum) SGD.
181181
182182
Args:

0 commit comments

Comments
 (0)