-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[FrontEnd][PaddlePaddle] fix fill_constant_batch_size_like when attri… #7214
[FrontEnd][PaddlePaddle] fix fill_constant_batch_size_like when attri… #7214
Conversation
ceciliapeng2011
commented
Aug 24, 2021
@liubo-intel @zhangYiIntel @ilyachur @mvafin this is a fix. please help review. test case used - |
ngraph/frontend/paddlepaddle/src/op/fill_constant_batch_size_like.cpp
Outdated
Show resolved
Hide resolved
ngraph/frontend/paddlepaddle/src/op/fill_constant_batch_size_like.cpp
Outdated
Show resolved
Hide resolved
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.
Am I right that these changes already covered by tests?
@ilyachur yes, it is tested. |
811db86
to
75445d3
Compare
…bute str_value be empty. This happens when export ppyolo with PaddleDetection release/2.2.
ngraph/frontend/paddlepaddle/src/op/fill_constant_batch_size_like.cpp
Outdated
Show resolved
Hide resolved
openvinotoolkit#7214) * [FrontEnd][PaddlePaddle] fix fill_constant_batch_size_like when attribute str_value be empty. This happens when export ppyolo with PaddleDetection release/2.2. * code refactor. * remove uncertain comments