Skip to content
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

Handle scalar inputs for MYRIAD plugin #3784

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

adk9
Copy link
Contributor

@adk9 adk9 commented Jan 7, 2021

This change fixes the error

Input blob size is not equal network input size (1!=0)

seen when passing a scalar input to a model in the case of VPU plugins. While not strictly specific to the MYRIAD plugin, the input size is adjusted to be 1 in case of scalar inputs in much the same way as the CPU and GPU plugins do.

This change fixes the error

Input blob size is not equal network input size (1!=0)

seen when passing a scalar input to a model in the case of VPU plugins.
@adk9 adk9 requested a review from a team January 7, 2021 18:21
@openvino-pushbot openvino-pushbot added ExternalIntelPR External contributor from Intel category: inference OpenVINO Runtime library - Inference labels Jan 7, 2021
@ilya-lavrenov ilya-lavrenov added this to the 2021.3 milestone Jan 12, 2021
@ilya-lavrenov ilya-lavrenov self-assigned this Jan 12, 2021
@ilya-lavrenov ilya-lavrenov merged commit ae8a79d into openvinotoolkit:master Jan 12, 2021
ilya-lavrenov added a commit to ilya-lavrenov/openvino that referenced this pull request Jan 12, 2021
ilya-lavrenov added a commit to ilya-lavrenov/openvino that referenced this pull request Jan 12, 2021
@adk9 adk9 deleted the adk9/master branch January 12, 2021 18:08
ilya-lavrenov added a commit that referenced this pull request Jan 13, 2021
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Jan 14, 2021
This change fixes the error

Input blob size is not equal network input size (1!=0)

seen when passing a scalar input to a model in the case of VPU plugins.
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: inference OpenVINO Runtime library - Inference ExternalIntelPR External contributor from Intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants