mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Relax test requirements for CUDA in DNNTestNetwork.FastNeuraStyle_eccv16
This commit is contained in:
parent
1d18aba587
commit
5ce0acce40
@ -469,7 +469,7 @@ TEST_P(DNNTestNetwork, FastNeuralStyle_eccv16)
|
|||||||
}
|
}
|
||||||
else if (target == DNN_TARGET_CUDA)
|
else if (target == DNN_TARGET_CUDA)
|
||||||
{
|
{
|
||||||
l1 = 7e-4;
|
l1 = 8e-4;
|
||||||
lInf = 2e-2;
|
lInf = 2e-2;
|
||||||
}
|
}
|
||||||
else if (target == DNN_TARGET_CUDA_FP16)
|
else if (target == DNN_TARGET_CUDA_FP16)
|
||||||
|
Loading…
Reference in New Issue
Block a user