mirror of https://github.com/davisking/dlib.git
Added test for Mish
This commit is contained in:
parent
8a91a7c7c1
commit
c454bdc182
|
@ -1864,6 +1864,12 @@ namespace
|
|||
auto res = test_layer(l);
|
||||
DLIB_TEST_MSG(res, res);
|
||||
}
|
||||
{
|
||||
print_spinner();
|
||||
mish_ l;
|
||||
auto res = test_layer(l);
|
||||
DLIB_TEST_MSG(res, res);
|
||||
}
|
||||
{
|
||||
print_spinner();
|
||||
htan_ l;
|
||||
|
|
Loading…
Reference in New Issue