-
Notifications
You must be signed in to change notification settings - Fork 268
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】Fundable Projects No.7 #1007
base: master
Are you sure you want to change the base?
Conversation
|
||
本次任务共三个阶段,验收标准如下: | ||
1. 对于模型动转静,将模型在Paddle 3.0 上进行转换,转换后能够加载模型,并运行推理,成功即可。产出为转换后的模型,如过程中出现问题,应尽可能修复,并留下相关记录。 | ||
2. 对于重要模型,需要按照 example 脚本进行训练并对齐精度,产出结果为训练后的模型参数。 |
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.
对于whisper这种仅推理的模型,需在测试集上验证字准
经测试,Demos 目录下脚本大部分能够兼容 Paddle 3.0.0-beta 版本,总结如下: | ||
- 样例 Metaverse 和 story_talker 的功能与其他套件捆绑,导致依赖复杂,不进行修复。 | ||
- 样例 speech_ssl 存在逻辑错误,不是框架升级带来的,已提交PR修复。 | ||
- 样例 whisper 在部分分支存在算子不适配的错误,不影响基础功能调用,该问题优先级较低,可以在后续修复。 |
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.
音频转换问题遇到的int64的问题应该是统一的,建议一起修复
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
No description provided.