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

Import ClipByValue from Keras

This commit is contained in:
Dmitry Kurtaev
2018-06-14 13:30:30 +03:00
parent 8f24db048c
commit 693a7663e7
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -415,6 +415,7 @@ TEST(Test_TensorFlow, softmax)
TEST(Test_TensorFlow, relu6)
{
runTensorFlowNet("keras_relu6");
runTensorFlowNet("keras_relu6", DNN_TARGET_CPU, /*hasText*/ true);
}
TEST(Test_TensorFlow, keras_mobilenet_head)