-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Audio][Feature][Unittest][Benchmark]Add unittest and benchmark for feature apis. #1548
Conversation
|
增加librosa和soundfile io的单测 TODO: |
|
||
from .base import FeatTest | ||
from paddleaudio.functional.window import get_window | ||
from paddlespeech.s2t.transform.spectrogram import IStft |
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.
后面替换的时候可以考虑copy这部分代码到test里,espnet目录中
Add torchaudio benchmark. |
性能也整理下,记录到如流文档中。分析下效率低的原因。 |
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.
LGTM
PR types
Others
PR changes
Others
Describe
Add unittest for feature apis.
fix #1289