1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fix embedded Torch's nn.ConcatTable

This commit is contained in:
Dmitry Kurtaev
2018-03-31 11:11:10 +03:00
parent dbcb454917
commit 598039c0ed
2 changed files with 23 additions and 13 deletions
+5
View File
@@ -320,4 +320,9 @@ TEST(Torch_Importer, DISABLED_run_paralel)
runTorchNet("net_parallel", DNN_TARGET_OPENCL, "l5_torchMerge");
}
TEST(Torch_Importer, net_residual)
{
runTorchNet("net_residual", DNN_TARGET_CPU, "", false, true);
}
}