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

Fix "Total()" is called for dynamic pad #28427

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yuanxion
Copy link
Contributor

Details:

  • Comment out pad.is_dynamic checking for "Total()" call

Tickets:

@yuanxion yuanxion requested review from a team as code owners January 14, 2025 08:08
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jan 14, 2025
@yuanxion
Copy link
Contributor Author

After comment out the "is_dynamic" checking for Pad, the dynamic model running does not crash when running on iGPU.

(Though the final generated image is all black, it may not be related to this PR because this all black image is also generated after reshaping this dynamic model to static)

image

@yuanxion yuanxion requested a review from yeonbok January 14, 2025 08:23
@yuanxion
Copy link
Contributor Author

yuanxion commented Jan 26, 2025

After solving the "Total()" calling failure with commit e432370, 1 issue is the output result is still all-black image when running demo with OpenVINO models (quantized) on iGPU.
image

Checked that these OpenVINO models on CPU can get correct result.
image

@yuanxion yuanxion force-pushed the fix-stable-cascade-image branch from e432370 to 31f9f4d Compare January 26, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant