Commit b70c0a6f authored by Davis King's avatar Davis King
Browse files

Merge branch 'thebhatman-Mish'

parents 8a91a7c7 c454bdc1
...@@ -1864,6 +1864,12 @@ namespace ...@@ -1864,6 +1864,12 @@ namespace
auto res = test_layer(l); auto res = test_layer(l);
DLIB_TEST_MSG(res, res); DLIB_TEST_MSG(res, res);
} }
{
print_spinner();
mish_ l;
auto res = test_layer(l);
DLIB_TEST_MSG(res, res);
}
{ {
print_spinner(); print_spinner();
htan_ l; 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