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

Merge pull request #26503 from asmorkalov:as/fix_lstm_tmp

Fixed test LSTM warning.
This commit is contained in:
Alexander Smorkalov
2024-11-22 10:43:06 +03:00
committed by GitHub
+1 -1
View File
@@ -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;