Skip to content

Commit

Permalink
[LPT] [TEST] Sporadic test fail fix (workaround) (openvinotoolkit#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoguli authored Jun 3, 2020
1 parent da23013 commit 7edebd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7edebd8

Please sign in to comment.