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

Merge pull request #24993 from asmorkalov:as/FastNeuralStyle_eccv16_CUDA

Relax test requirements for CUDA in DNNTestNetwork.FastNeuraStyle_eccv16
This commit is contained in:
Alexander Smorkalov
2024-02-12 16:37:57 +03:00
committed by GitHub
+1 -1
View File
@@ -469,7 +469,7 @@ TEST_P(DNNTestNetwork, FastNeuralStyle_eccv16)
}
else if (target == DNN_TARGET_CUDA)
{
l1 = 7e-4;
l1 = 8e-4;
lInf = 2e-2;
}
else if (target == DNN_TARGET_CUDA_FP16)