From 83a162152701ce67459e39cf66833724584a2bfe Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 22 Nov 2024 09:10:25 +0300 Subject: [PATCH] Fixed test LSTM warning. --- modules/dnn/test/test_layers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dnn/test/test_layers.cpp b/modules/dnn/test/test_layers.cpp index 115c85c3ec..d4d27e1eb0 100644 --- a/modules/dnn/test/test_layers.cpp +++ b/modules/dnn/test/test_layers.cpp @@ -2742,7 +2742,7 @@ INSTANTIATE_TEST_CASE_P(TestLayerFusion, ConvolutionActivationEltwiseFusion, Com TEST(Layer_LSTM, repeatedInference) { - std::string onnx_file_path = findDataFile("dnn/onnx/models/onnxscript_lstm.onnx", false); + std::string onnx_file_path = findDataFile("dnn/onnx/models/onnxscript_lstm.onnx", true); // Test parameters const int batch_size = 1;