1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #24747 from asmorkalov:as/tune_vitb_cuda

Increate Vit_b test threshold a bit for CUDA FP16.
This commit is contained in:
Alexander Smorkalov
2023-12-22 17:04:46 +03:00
committed by GitHub
+1 -1
View File
@@ -2980,7 +2980,7 @@ TEST_P(Test_ONNX_nets, ViT_B_32) {
if (target == DNN_TARGET_CUDA_FP16)
{
l1 = 0.01;
lInf = 0.05;
lInf = 0.06;
}
if (target == DNN_TARGET_OPENCL_FP16)
{