Skip to content

Del layers #7255

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 7 commits into from
Apr 17, 2025
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions docs/api/paddle/audio/features/LogMelSpectrogram_cn.rst
Copy link
Contributor

Choose a reason for hiding this comment

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

计算``LogMelSpectrogram``的可调用对象。

感觉这些格式符号也可以修改
预览链接:http://preview-pr-7255.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/audio/features/LogMelSpectrogram_cn.html

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@ LogMelSpectrogram
返回
:::::::::

计算``LogMelSpectrogram``的可调用对象。
计算 ``LogMelSpectrogram`` 的可调用对象。

代码示例
:::::::::

COPY-FROM: paddle.audio.features.layers.LogMelSpectrogram
COPY-FROM: paddle.audio.features.LogMelSpectrogram
4 changes: 2 additions & 2 deletions docs/api/paddle/audio/features/MFCC_cn.rst
Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@ MFCC
返回
:::::::::

计算``MFCC``的可调用对象。
计算 ``MFCC`` 的可调用对象。

代码示例
:::::::::

COPY-FROM: paddle.audio.features.layers.MFCC
COPY-FROM: paddle.audio.features.MFCC
2 changes: 1 addition & 1 deletion docs/api/paddle/audio/features/MelSpectrogram_cn.rst
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ MelSpectrogram
返回
:::::::::

计算``MelSpectrogram``的可调用对象。
计算 ``MelSpectrogram`` 的可调用对象。

代码示例
:::::::::
2 changes: 1 addition & 1 deletion docs/api/paddle/audio/features/Spectrogram_cn.rst
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ Spectrogram
返回
:::::::::

计算``Spectrogram``的可调用对象.
计算 ``Spectrogram`` 的可调用对象.

代码示例
:::::::::