-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Dy2St] pir dy2st unittest verification - Part 11 #59314
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
TODO: #59364 应该会修复 simnet,等合入后复测下 |
TODO: test_sentiment PT 就有精度问题,该单测不知道什么时候被禁用了,现在单测机制关不掉 PT,需等待 #59312 合入后测一下老 IR 是否有同样的问题 |
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.
test_sentiment
很久之前就禁用了
https://github.com/PaddlePaddle/PaddleSOT/blob/develop/tests/run_all_paddle_ci.sh#L11
这个单测先低优下,优先看其他单测和最近才被禁用的单测
这个 PR 也可以同步到主表单了
PR types
Others
PR changes
Others
Description
test_simnet_v2
等#59312 已修复test_simnet
修复了再看看,报错是一样的(依赖 @zhangbo9674)test_simnet
test_build_strategy
InvalidArgumentError: The type of data we are trying to retrieve (uint8) does not match the type of data (float32) currently contained in the container.
test_sentiment
forward
里面了test_load_transformer
test_save_load
paddle.jit.api.save
需要适配AttributeError: 'list' object has no attribute 'type'
相关链接: