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

Port Swish and Mish layers

This commit is contained in:
thebhatman
2019-12-01 11:00:58 +03:00
committed by Dmitry Kurtaev
parent f5b9705c70
commit 8a18d132fc
5 changed files with 189 additions and 1 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ TEST_P(NoParamActivation, Accuracy)
testInPlaceActivation(lp, backendId, targetId);
}
INSTANTIATE_TEST_CASE_P(Layer_Test_Halide, NoParamActivation, Combine(
/*type*/ Values("TanH", "Sigmoid", "AbsVal", "BNLL"),
/*type*/ Values("TanH", "Sigmoid", "AbsVal", "BNLL", "Swish", "Mish"),
dnnBackendsAndTargetsWithHalide()
));