-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[WIP] Fix the unit test for depthwise convolution #14452
base: master
Are you sure you want to change the base?
Conversation
@mxnet-label-bot add [Test, Python, Flaky, pr-work-in-progress] |
Looks like the issue is still there and flaky. New MKL-DNN doesn't mitigate the problem. @pengzhao-intel @szha |
Looked into the CI result, test_depthwise_convolution can pass now. The failures seem don't relate to test_depthwise_convolution. Please try to retrigger CI. |
CI was triggered 3 times in this PR and test_depthwise_convolution failed twice in them: As the the second failure happened on python3: GPU Win, I suspect that the issue was not caused by MKL-DNN. Besides seems it's not the same issue descried in #14052 @mseth10 . |
This seems like a new failure and needs to be investigated, it was not there when I raised the issue #14052 . |
…to fix-depthwise-conv
@DickJC123 Could you take a look at the CI failure on Windows GPU? This PR tries to re-enable the test for depthwise convolution. |
Maybe @ptrendx can help too :) |
@TaoLv Were you able to figure out the test failures here ? |
@TaoLv Could you please provide an update on this PR? It's being idle for sometime now. Thanks! |
@TaoLv any plan on this? Still on 0.20 or 1.0? |
I see the issue is closed, please close if not required |
Description
Should fix #14052 .
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments