Skip to content
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

[Hackathon 7th No.55] Add audiotools to PaddleSpeech #3900

Merged
merged 60 commits into from
Jan 13, 2025

Conversation

DrRyanHuang
Copy link
Member

@DrRyanHuang DrRyanHuang commented Nov 20, 2024

PR types

New features

PR changes

APIs

Describe

audio/audiotools/audio_signal.py 中,注释中打✅的均为通过测试的方法,打❌的为未通过 | 未适配

当前进度

  • audio_signal
  • util
  • audiotools.decorators
  • audiotools.data
  • audiotools.metrics
  • unitest
  • Paddle2.6 单测全部通过
  • Paddle2.5 (CI上) 支持中
  • 移除代码中的✅❌
  • 移除文件名字中的✅❌
  • 移除无关注释
  • Paddle3.0beta 单测全部通过

Copy link

paddle-bot bot commented Nov 20, 2024

Thanks for your contribution!

@zxcd
Copy link
Collaborator

zxcd commented Dec 18, 2024

  1. All you test should be added to tests/unit/cli/test_cli.sh to trigger unit test.
  2. Also to reduce the repetition of code, it is recommended that you write a separate bash file for voice download in the single test, and after downloading the voice, read it separately from different python files.
  3. To ensure accurate alignment, it is recommended to add the current alignment accuracy value in the single measurement annotation, normally fp32 requires 1e-6.
  4. Remove symbols and commented out useless code from single test file names.

@zxcd
Copy link
Collaborator

zxcd commented Dec 19, 2024

开发者你好,感谢你的参与!由于你的黑客松赛题完成度较高,其PR已被锁定,请尽快完善锁定的PR,并确保在2025年1月3日前完成合入。逾期未合入PR将无法获得奖金发放。

@mergify mergify bot added the Test label Dec 29, 2024
@DrRyanHuang DrRyanHuang requested a review from zxcd January 9, 2025 10:44
@zxcd
Copy link
Collaborator

zxcd commented Jan 9, 2025

All files except README should add a common Paddle Copyright, pls check all files you pushed.

@zxcd
Copy link
Collaborator

zxcd commented Jan 13, 2025

Take an overlook at the import part of post.py. Some of that still have unused import, also duplicate pkg need to find in requirement.

Copy link
Collaborator

@zxcd zxcd left a comment

Choose a reason for hiding this comment

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

LGTM

@zxcd zxcd merged commit cb15e38 into PaddlePaddle:develop Jan 13, 2025
5 checks passed
@DrRyanHuang DrRyanHuang deleted the at branch January 14, 2025 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants