Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 27 additions & 5 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Archetecture = "Archetecture"
Asynchoronous = "Asynchoronous"
Attrbute = "Attrbute"
Attribtue = "Attribtue"
Bounary = "Bounary"
Classification = "Classification"
Comparison = "Comparison"
Constructing = "Constructing"
Classfication = "Classfication"
Comparision = "Comparision"
Contructing = "Contructing"
Expand Down Expand Up @@ -63,18 +67,36 @@ Simle = "Simle"
Sovler = "Sovler"
Successed = "Successed"
Tansformer = "Tansformer"
Tenosr = "Tenosr"
Tensor = "Tensor"
Traning = "Traning"
Transfomed = "Transfomed"
Tthe = "Tthe"
The = "The"
Ture = "Ture"
accordding = "accordding"
accoustic = "accoustic"
accpetance = "accpetance"
accracy = "accracy"
acutal = "acutal"
apporach = "apporach"
apporaches = "apporaches"
arguements = "arguements"
arguemnts = "arguemnts"
assgin = "assgin"
assginment = "assginment"
auxilary = "auxilary"
avaiable = "avaiable"
baisc = "baisc"
basci = "basci"
beacuse = "beacuse"
bechmark = "bechmark"
benckmark = "benckmark"
boradcast = "boradcast"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是处理冲突出错了吗

brodcast = "brodcast"
calculate = "calculate"
caculate = "caculate"
cantains = "cantains"
choosen = "choosen"
classfication = "classfication"
chosen = "chosen"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删掉之前的就好,不用修改什么

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在差不多了吗?

Copy link
Collaborator

@ooooo-create ooooo-create Oct 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

点这个地方可以查看修改内容,可以看见还没有处理好
image

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

点这个地方可以查看修改内容,可以看见还没有处理好 image

image

已经完成对修改部分在_typos.toml 文件上的删除。fix-t1-t2 branch自 fix-branch-c1-c2 对于c部分的修改也体现在其中,如果不需要联系我仅仅保留当前修改,如果需要增加数据也请及时联系。

classification = "classification"
classfy = "classfy"
cliping = "cliping"
colunms = "colunms"
Expand Down Expand Up @@ -224,7 +246,7 @@ sucessor = "sucessor"
sucessors = "sucessors"
szie = "szie"
tempory = "tempory"
tenosr = "tenosr"
tensor = "tensor"
thier = "thier"
traget = "traget"
traing = "traing"
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/distribution/Overview_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ paddle.distribution 目录下包含飞桨框架支持的随机变量的概率分
" :ref:`MultivariateNormal <cn_api_paddle_distribution_MultivariateNormal>` ", "MultivariateNormal 概率分布类"
" :ref:`Multinomial <cn_api_paddle_distribution_Multinomial>` ", "Multinomial 概率分布类"
" :ref:`Independent <cn_api_paddle_distribution_Independent>` ", "Independent 概率分布类"
" :ref:`TransfomedDistribution <cn_api_paddle_distribution_TransformedDistribution>` ", "TransformedDistribution 概率分布类"
" :ref:`TransformedDistribution <cn_api_paddle_distribution_TransformedDistribution>` ", "TransformedDistribution 概率分布类"
" :ref:`Laplace <cn_api_paddle_distribution_Laplace>`", "Laplace 概率分布类"
" :ref:`LKJCholesky <cn_api_paddle_distribution_LKJCholesky>`", "LKJCholesky 概率分布类"
" :ref:`LogNormal <cn_api_paddle_distribution_LogNormal>` ", "LogNormal 概率分布类"
Expand Down
8 changes: 4 additions & 4 deletions docs/api/paddle/nn/BeamSearchDecoder_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tile_beam_merge_with_batch(x, beam_size)

**参数**

- **x** (Variable) - 形状为 :math:`[batch\_size, ...]` 的 tenosr。数据类型应为 float32,float64,int32,int64 或 bool。
- **x** (Variable) - 形状为 :math:`[batch\_size, ...]` 的 tensor。数据类型应为 float32,float64,int32,int64 或 bool。
- **beam_size** (int) - 在 beam search 中使用的 beam 宽度。

**返回**
Expand All @@ -59,7 +59,7 @@ _split_batch_beams(x)

**参数**

- **x** (Variable) - 形状为 :math:`[batch\_size * beam\_size, ...]` 的 tenosr。数据类型应为 float32,float64,int32,int64 或 bool。
- **x** (Variable) - 形状为 :math:`[batch\_size * beam\_size, ...]` 的 tensor。数据类型应为 float32,float64,int32,int64 或 bool。

**返回**

Expand All @@ -72,7 +72,7 @@ _merge_batch_beams(x)

**参数**

- **x** (Variable) - 形状为 :math:`[batch\_size, beam_size,...]` 的 Tenosr。数据类型应为 float32,float64,int32,int64 或 bool。
- **x** (Variable) - 形状为 :math:`[batch\_size, beam_size,...]` 的 Tensor。数据类型应为 float32,float64,int32,int64 或 bool。

**返回**

Expand All @@ -85,7 +85,7 @@ _expand_to_beam_size(x)

**参数**

- **x** (Variable) - 形状为 :math:`[batch\_size, ...]` 的 tenosr。数据类型应为 float32,float64,int32,int64 或 bool。
- **x** (Variable) - 形状为 :math:`[batch\_size, ...]` 的 tensor。数据类型应为 float32,float64,int32,int64 或 bool。

**返回**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/static/nn/sequence_pool_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sequence_pool
:::::::::
- **input** (Tensor) - 类型为 Tensor 的输入序列,仅支持 lod_level 不超过 2 的 Tensor,数据类型为 float32。
- **pool_type** (str) - 池化类型,支持 average,sum,sqrt,max,last 和 first 池化操作。
- **is_test** (bool,可选) - 仅在 pool_type 取值为 max 时生效。当 is_test 为 False 时,则在池化操作过程中会创建 maxIndex 临时 Tenosr,以记录最大特征值对应的索引信息,用于训练阶段的反向梯度计算。默认为 False。
- **is_test** (bool,可选) - 仅在 pool_type 取值为 max 时生效。当 is_test 为 False 时,则在池化操作过程中会创建 maxIndex 临时 Tensor,以记录最大特征值对应的索引信息,用于训练阶段的反向梯度计算。默认为 False。
- **pad_value** (float,可选) - 用于填充输入序列为空时的池化结果,默认为 0.0。

返回
Expand Down
2 changes: 1 addition & 1 deletion docs/design/concurrent/select_op.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In golang, the [**select**](https://golang.org/ref/spec#Select_statements)
statement lets a goroutine wait on multiple communication operations at the
same time. The **select** blocks until one of its cases can run, then
executes the case. If multiple cases are ready to run, then one case is
choosen at random to be executed.
chosen at random to be executed.

With the introduction of CSP for Paddle, we mimic this behavior by
creating a ***select_op***.
Expand Down
4 changes: 2 additions & 2 deletions docs/design/modules/evaluator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Currently, every operation is expressed in the graph. We divide the evaluator pr

## Implementation
This design is shown in the Python API.
Each metric operator needs to caculate the metric statistic and return the batch-aware states. Python side is responsible for accumulating the states for each pass.
Each metric operator needs to calculate the metric statistic and return the batch-aware states. Python side is responsible for accumulating the states for each pass.


```python
Expand All @@ -37,7 +37,7 @@ class Evaluator:

def _update_ops(self, input, label, **kwargs)
"""
Add mini-batch evaluator caculate operators to the main_program.
Add mini-batch evaluator calculate operators to the main_program.
Add increment operator to accumulate the metric states.
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/design/modules/python_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ A mechanism to reuse code between layer functions is necessary. It will be aroun



### Comparision between global functions and helper class
### Comparison between global functions and helper class

The `FullyConnected` layer will be as follow when we provide global functions:

Expand Down
2 changes: 1 addition & 1 deletion docs/dev_guides/git_guides/submit_pr_guide_en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Guide of submitting PR to GitHub

## Tthe submit of Pull Request
## The submit of Pull Request

- Please note the number of commit:

Expand Down
Loading