Merge pull request #26503 from asmorkalov:as/fix_lstm_tmp

Fixed test LSTM warning.
5.x
Alexander Smorkalov 3 days ago committed by GitHub
commit 6e229bda2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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;

Loading…
Cancel
Save