[LPT] [TEST] Sporadic test fail fix (workaround) (#742)
authorEdward Shogulin <edward.shogulin@intel.com>
Wed, 3 Jun 2020 12:05:45 +0000 (15:05 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 12:05:45 +0000 (15:05 +0300)
inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/output_layers_handling_in_transformations.cpp

index 88c6ce6..fddf40a 100644 (file)
@@ -75,6 +75,8 @@ InferenceEngine::Blob::Ptr OutputLayersHandlingInTransformations::GenerateInput(
 */
 
 void OutputLayersHandlingInTransformations::SetUp() {
+    threshold = 0.05;
+
     InferenceEngine::SizeVector inputShape1;
     InferenceEngine::Precision netPrecision;
     InferenceEngine::details::LayerTransformation::Params params;