-
Notifications
You must be signed in to change notification settings - Fork 869
fix cn docs in fft and io.dataset #5111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 30 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
75803c7
Merge pull request #2 from PaddlePaddle/develop
Liyulingyue 2f34cea
Merge pull request #3 from PaddlePaddle/develop
Liyulingyue 314d758
Update irfftn_cn.rst
Liyulingyue 43372b8
Update irfftn_cn.rst
Liyulingyue e64da3e
Update rfft_cn.rst
Liyulingyue ae876d4
Update rfftfreq_cn.rst
Liyulingyue 2cc9446
Update rfftfreq_cn.rst
Liyulingyue 998992b
Update rfftfreq_cn.rst
Liyulingyue e34f38e
Update random_split_cn.rst
Liyulingyue 8a12d69
Update rfft_cn.rst
Liyulingyue ec5f98a
Update rfft_cn.rst
Liyulingyue 3fa6dc9
Update rfftfreq_cn.rst
Liyulingyue 5038585
Update rfft_cn.rst
Liyulingyue e1ee632
Update Embedding_cn.rst
Liyulingyue a7e51b9
Update embedding_cn.rst
Liyulingyue 44e75b1
Update embedding_cn.rst
Liyulingyue 008f12f
Update embedding_cn.rst
Liyulingyue b0fc29b
Update embedding_cn.rst
Liyulingyue 8087605
Update Fold_cn.rst
Liyulingyue cb327ea
Update Fold_cn.rst
Liyulingyue 39d4050
Update fold_cn.rst
Liyulingyue 5e02ba0
Update GELU_cn.rst
Liyulingyue ed3152a
Update gelu_cn.rst
Liyulingyue 5ba5d75
Update hardshrink_cn.rst
Liyulingyue c63d24d
delete the '该OP'
Liyulingyue f80b542
Update irfftn_cn.rst
Ligoml 9ec2474
Update fft_cn.rst
Ligoml 86510b7
Update irfftn_cn.rst
Ligoml f95cc12
Update hfftn_cn.rst
Ligoml cc387aa
Update Subset_cn.rst
Ligoml 0c3ff6c
Update one_hot_cn.rst
Ligoml 7db1533
Update adaptive_pool2d_cn.rst
Ligoml 6e1a13f
Update adaptive_pool3d_cn.rst
Ligoml 78dd982
Update adaptive_pool3d_cn.rst
Ligoml 0a2dadb
Update DetectionMAP_cn.rst
Ligoml f29be76
Update NumpyArrayInitializer_cn.rst
Ligoml 449a1ee
Update data_cn.rst
Ligoml 27fe225
Update save_params_cn.rst
Ligoml 83df8c0
Update DetectionMAP_cn.rst
Ligoml fa393fa
Update data_cn.rst
Ligoml e7f8a8e
Update save_persistables_cn.rst
Ligoml 7c79f6e
Update data_cn.rst
Ligoml 39594bf
Update data_cn.rst
Ligoml 18ac010
Update Fold_cn.rst
Ligoml cfb93bb
Update fold_cn.rst
Ligoml 23fe4f0
Update data_cn.rst
Ligoml 069e5de
Update data_cn.rst
Ligoml 84d8d02
Update fold_cn.rst
Ligoml 1e372e7
Update Fold_cn.rst
Ligoml da3b8fb
Update Fold_cn.rst
Ligoml 79c60c0
Update fold_cn.rst
Ligoml ddd5f02
Update Fold_cn.rst
Liyulingyue 0a34288
Update Fold_cn.rst
Liyulingyue d26a7a8
Update Fold_cn.rst
Liyulingyue 2e6352c
Update Fold_cn.rst
Liyulingyue 34ebfec
Update Fold_cn.rst
Liyulingyue 4ee20a4
Update fold_cn.rst
Ligoml File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,9 @@ rfftfreq | |
| 返回离散傅里叶变换的频率窗口(frequency bins)中心,以 "循环/采样间隔" 为单位。例如,采样间 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 隔以秒为单位,则频谱的单位是 "循环/秒"。用于 ``rfft`` 和 ``irfft``。 | ||
|
|
||
| 对于窗口长度 n 和采样间隔 d,输出的频率序列 f 排布如下:: | ||
| 对于窗口长度 n 和采样间隔 d,输出的频率序列 f 排布如下: | ||
|
|
||
| .. code-block:: text | ||
|
|
||
| f = [0, 1, ..., n/2-1, n/2] / (d*n) (当 n 为偶数) | ||
| f = [0, 1, ..., (n-1)/2-1, (n-1)/2] / (d*n) (当 n 为奇数) | ||
|
|
@@ -26,8 +28,7 @@ rfftfreq | |
| 返回 | ||
| ::::::::: | ||
|
|
||
| Tensor,形状为 ``[n // 2 + 1]``,数据类型为 ``dtype`` 指定的数据类型,包含频率窗口中心序 | ||
| 列。 | ||
| Tensor,形状为 ``[n // 2 + 1]``,数据类型为 ``dtype`` 指定的数据类型,包含频率窗口中心序列。 | ||
|
|
||
| 代码示例 | ||
| ::::::::: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ NumpyArrayInitializer | |
|
|
||
|
|
||
|
|
||
| 该OP使用Numpy型数组来初始化参数变量。 | ||
| 使用Numpy型数组来初始化参数变量。 | ||
|
|
||
| 参数 | ||
| :::::::::::: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一些多余的空格