1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #12913 from dkurt:dnn_fix_ie_hyperparams

This commit is contained in:
Alexander Alekhin
2018-11-16 18:36:12 +00:00
18 changed files with 136 additions and 18 deletions
+4
View File
@@ -137,6 +137,10 @@ TEST_P(Test_Caffe_layers, Convolution)
TEST_P(Test_Caffe_layers, DeConvolution)
{
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_RELEASE == 2018040000
if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_CPU)
throw SkipTestException("Test is disabled for OpenVINO 2018R4");
#endif
testLayerUsingCaffeModels("layer_deconvolution", true, false);
}