Merge pull request #24747 from asmorkalov:as/tune_vitb_cuda

Increate Vit_b test threshold a bit for CUDA FP16.
pull/24755/head
Alexander Smorkalov 1 year ago committed by GitHub
commit 953dddd26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/dnn/test/test_onnx_importer.cpp

@ -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)
{

Loading…
Cancel
Save