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

Failing tests for Split layer (IE) #16587

Open
czgdp1807 opened this issue Feb 14, 2020 · 6 comments
Open

Failing tests for Split layer (IE) #16587

czgdp1807 opened this issue Feb 14, 2020 · 6 comments

Comments

@czgdp1807
Copy link
Contributor

This issue aims to fix the tests which are failing for split layer in ONNXImporter. The problem was discovered while working on #16424
Specifically see, #16424 (comment)
Please comment more such failing tests if you come across any.

System information (version)
  • OpenCV => ❔
  • Operating System / Platform => ❔
  • Compiler => ❔
Detailed description
Steps to reproduce
@czgdp1807
Copy link
Contributor Author

I want to work on it.

@czgdp1807
Copy link
Contributor Author

@dkurt Can you please tell me the commands for building the failing tests locally? I want to re-produce the errors on my system for fixing. Thanks.

@dkurt
Copy link
Member

dkurt commented Feb 15, 2020

@czgdp1807
Copy link
Contributor Author

Hi @dkurt
I executed the tests for split layer.

Note: Google Test filter = *ONNX*Split/*
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from Test_ONNX_layers
[ RUN      ] Test_ONNX_layers.Split/0, where GetParam() = DLIE/CPU
[     SKIP ] Test with tag 'dnn_skip_ie_nn_builder' is skipped ('dnn_skip_ie_nn_builder' is in skip list)
[       OK ] Test_ONNX_layers.Split/0 (0 ms)
[ RUN      ] Test_ONNX_layers.Split/1, where GetParam() = OCV/OCL
3
[       OK ] Test_ONNX_layers.Split/1 (33 ms)
[ RUN      ] Test_ONNX_layers.Split/2, where GetParam() = OCV/OCL_FP16
3
[       OK ] Test_ONNX_layers.Split/2 (14 ms)
[ RUN      ] Test_ONNX_layers.Split/3, where GetParam() = OCV/CPU
3
[       OK ] Test_ONNX_layers.Split/3 (5 ms)
[----------] 4 tests from Test_ONNX_layers (52 ms total)

[----------] Global test environment tear-down
[ SKIPSTAT ] 1 tests skipped
[ SKIPSTAT ] TAG='dnn_skip_ie_nn_builder' skip 1 tests
[==========] 4 tests from 1 test case ran. (52 ms total)
[  PASSED  ] 4 tests.

Why Split/0 is skipped? Please let me know what I have to do to run NGRAPH/CPU tests as they were the ones failing in the other PR. Thank you.

@dkurt
Copy link
Member

dkurt commented Feb 22, 2020

@czgdp1807, so it's skipped because it's failed.

Call ./bin/opencv_test_dnn --help to see available flags. BTW, maybe this PR may fix the test: #16628

@czgdp1807
Copy link
Contributor Author

Thanks for the update. I will try the above command.

@asmorkalov asmorkalov changed the title Failing tests for Split layer Failing tests for Split layer (IE) Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants