Added test for Mish

This commit is contained in:
thebhatman 2019-12-05 10:57:59 +05:30 committed by Davis King
parent 8a91a7c7c1
commit c454bdc182
1 changed files with 6 additions and 0 deletions

View File

@ -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;