Fix issues in opencv_test_dnn from conv48 kernels without bias#22479
Merged
asmorkalov merged 1 commit intoopencv:4.xfrom Sep 16, 2022
Merged
Fix issues in opencv_test_dnn from conv48 kernels without bias#22479asmorkalov merged 1 commit intoopencv:4.xfrom
asmorkalov merged 1 commit intoopencv:4.xfrom
Conversation
Member
Patch should go to 4.x branch: https://github.com/opencv/opencv/wiki/Branches |
Member
|
Please take a look on whitespace issues: http://pullrequest.opencv.org/buildbot/builders/precommit_docs/builds/101015 |
Member
|
I don't see any regressions, but I also can't download all models with |
rogday
approved these changes
Sep 15, 2022
Member
rogday
left a comment
There was a problem hiding this comment.
NVM, I found missing nets, looks good.
Contributor
|
@scottchou007 please squash the commits to have clean repo history. |
… tensors when there is no bias.
91c9e0d to
a3cb202
Compare
Contributor
Author
|
Commits combined. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original PR: #22419
Descriptions:
The issue was found in several networks in original Opencv case "opencv_test_dnn" on NXP iMX8 ARM64 platform with Vulkan backend. It happens randomly from the networks that uses parallel convolution kernel "conv48".
Affected test: "opencv_test_dnn" with Vulkan backed (VKCOM).
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.