1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Fix 2019R2 tests

This commit is contained in:
Dmitry Kurtaev
2019-07-27 13:30:15 +03:00
parent a0c3bb70a9
commit 77d4e3e8d2
5 changed files with 13 additions and 4 deletions
@@ -744,7 +744,7 @@ struct AbsValFunctor
#ifdef HAVE_INF_ENGINE
InferenceEngine::Builder::Layer initInfEngineBuilderAPI()
{
return InferenceEngine::Builder::ReLULayer("").setNegativeSlope(-1);
return InferenceEngine::Builder::ReLULayer("").setNegativeSlope(-0.999999f);
}
#endif // HAVE_INF_ENGINE