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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user