-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Top k v2 #11731
Top k v2 #11731
Conversation
8b4cb5f
to
30a94dc
Compare
@ceciliapeng2011 could you take a look at the CI failure, which need to re-trigger? |
@OpenVINO-dev-contest could you please take a look? There is CI failure. |
Got error if 'k' is variable. Have submitted a fix. Please review and merge. openvino-dev-samples#65 |
fix variable support issue for paddle top_k_v2
@OpenVINO-dev-contest Could you please re-trigger the CI? Thanks! |
Done, seems some random failure happened again |
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.
Hi, @OpenVINO-dev-contest : requested by Xu Yu, I'm help have a look at the CI issue of this pr. well, also leave some comments(e.g. better use the default value for 'get_attribute()' function in case it throw error for models which doesn't set this attributes), please have a look at it when you are free, thx:)
src/core/tests/frontend/paddle/test_models/gen_scripts/generate_top_k_v2.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Bo Liu <bo4.liu@intel.com>
Co-authored-by: Bo Liu <bo4.liu@intel.com>
Co-authored-by: Bo Liu <bo4.liu@intel.com>
a5f3c27
to
de1de6f
Compare
Details:
Tickets:
Reference:
https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/topk_cn.html#topk
Uni-test passed
