mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Merge pull request #11199 from dkurt:update_torch_testdata
This commit is contained in:
commit
f95e91e2bc
@ -103,7 +103,7 @@ typedef testing::TestWithParam<DNNTarget> Test_Torch_layers;
|
||||
|
||||
TEST_P(Test_Torch_layers, run_convolution)
|
||||
{
|
||||
runTorchNet("net_conv", GetParam());
|
||||
runTorchNet("net_conv", GetParam(), "", false, true);
|
||||
}
|
||||
|
||||
TEST_P(Test_Torch_layers, run_pool_max)
|
||||
|
Loading…
Reference in New Issue
Block a user