[LPT] [Test] DepthToSpace sporadic fail fix (#815)
authorEdward Shogulin <edward.shogulin@intel.com>
Mon, 8 Jun 2020 09:55:37 +0000 (12:55 +0300)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 09:55:37 +0000 (12:55 +0300)
inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/depth_to_space_transformation.cpp

index ded6ae1..657621d 100644 (file)
@@ -42,6 +42,8 @@ std::string DepthToSpaceTransformation::getTestCaseName(testing::TestParamInfo<L
 }
 
 void DepthToSpaceTransformation::SetUp() {
+    threshold = 0.05;
+
     InferenceEngine::SizeVector inputShape;
     InferenceEngine::Precision netPrecision;
     InferenceEngine::details::LayerTransformation::Params params;