mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
Fixed test LSTM warning.
This commit is contained in:
parent
ae0a06c206
commit
83a1621527
@ -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…
Reference in New Issue
Block a user