-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix npu nn.Pad2D() #5167
fix npu nn.Pad2D() #5167
Conversation
Thanks for your contribution! |
在NPU环境使用ppnlp时遇到的算子兼容性问题,采用修改算子参数的方式确保模型可以在NPU设备运行 |
请问这个Test / Test (pull_request) 失败,如何处理? |
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
我们的ci的小问题,不是PR的问题,晚点就merge |
Codecov Report
@@ Coverage Diff @@
## develop #5167 +/- ##
===========================================
+ Coverage 50.93% 51.29% +0.35%
===========================================
Files 461 461
Lines 65731 65735 +4
===========================================
+ Hits 33481 33718 +237
+ Misses 32250 32017 -233
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
PR types
Bug fixes
PR changes
Others
Description
fix npu nn.Pad2D()