mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
TanH darknet and test
This commit is contained in:
@@ -702,6 +702,11 @@ TEST_P(Test_Darknet_layers, mish)
|
||||
testDarknetLayer("mish", true);
|
||||
}
|
||||
|
||||
TEST_P(Test_Darknet_layers, tanh)
|
||||
{
|
||||
testDarknetLayer("tanh");
|
||||
}
|
||||
|
||||
TEST_P(Test_Darknet_layers, avgpool_softmax)
|
||||
{
|
||||
testDarknetLayer("avgpool_softmax");
|
||||
|
||||
Reference in New Issue
Block a user