Skip to content

Commit 15c1d28

Browse files
debug
1 parent 2c74001 commit 15c1d28

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_typos.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ Similarily = "Similarily"
5858
Simle = "Simle"
5959
Sovler = "Sovler"
6060
Successed = "Successed"
61-
Tansformer = "Tansformer"
62-
Traning = "Traning"
6361
Ture = "Ture"
6462
accordding = "accordding"
6563
accoustic = "accoustic"
@@ -213,9 +211,7 @@ szie = "szie"
213211
tempory = "tempory"
214212
thier = "thier"
215213
traget = "traget"
216-
traing = "traing"
217214
trainning = "trainning"
218-
traning = "traning"
219215
transfered = "transfered"
220216
trasformed = "trasformed"
221217
treshold = "treshold"

docs/design/quantization/fixed_point_quantization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ So the quantization transipler will change some inputs of the corresponding back
9696

9797
There are two strategies to calculate quantization scale, we call them dynamic and static strategy. The dynamic strategy calculates the quantization scale value each iteration. The static strategy keeps the quantization scale for different inputs.
9898

99-
For weights, we apply the dynamic strategy in the training, that is to say, the quantization scale will be recalculated during each iteration until the traning is finished.
99+
For weights, we apply the dynamic strategy in the training, that is to say, the quantization scale will be recalculated during each iteration until the training is finished.
100100

101101
For activations, the quantization scales are estimated during training, then used in inference. There are several different ways to estimate them:
102102

0 commit comments

Comments
 (0)