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

Fuse deconvolution layer subgraphs from Keras

This commit is contained in:
Dmitry Kurtaev
2018-04-20 16:44:05 +03:00
parent 7ea5029ae5
commit d959d7b9f0
3 changed files with 125 additions and 2 deletions
+2
View File
@@ -173,6 +173,8 @@ TEST_P(Test_TensorFlow_layers, deconvolution)
runTensorFlowNet("deconvolution_stride_2_same", targetId);
runTensorFlowNet("deconvolution_adj_pad_valid", targetId);
runTensorFlowNet("deconvolution_adj_pad_same", targetId);
runTensorFlowNet("keras_deconv_valid", targetId);
runTensorFlowNet("keras_deconv_same", targetId);
}
TEST_P(Test_TensorFlow_layers, matmul)