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
+1 -1
View File
@@ -387,7 +387,7 @@ TEST_P(DNNTestNetwork, DenseNet_121)
float l1 = 0.0, lInf = 0.0;
if (target == DNN_TARGET_OPENCL_FP16)
{
l1 = 9e-3; lInf = 5e-2;
l1 = 2e-2; lInf = 9e-2;
}
else if (target == DNN_TARGET_MYRIAD)
{