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

nn.BatchNormalization and nn.Dropout layers from Torch

This commit is contained in:
Dmitry Kurtaev
2017-12-04 12:57:21 +03:00
parent fc9e031454
commit bbbec300a6
3 changed files with 22 additions and 8 deletions
+5
View File
@@ -234,6 +234,11 @@ TEST(Torch_Importer, net_padding)
runTorchNet("net_spatial_reflection_padding", DNN_TARGET_CPU, "", false, true);
}
TEST(Torch_Importer, net_non_spatial)
{
runTorchNet("net_non_spatial", DNN_TARGET_CPU, "", false, true);
}
TEST(Torch_Importer, ENet_accuracy)
{
Net net;