Commit c454bdc1 authored by thebhatman's avatar thebhatman Committed by Davis King
Browse files

Added test for Mish

parent 8a91a7c7
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment