Commit f95e91e2 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11199 from dkurt:update_torch_testdata

parents 3c4f1b0a 818a91f4
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment