Commit 65f60203 authored by Davis King's avatar Davis King

Added unit test for prelu layer.

parent dcb5b46b
......@@ -1144,6 +1144,11 @@ namespace
relu_ l;
DLIB_TEST_MSG(test_layer(l), test_layer(l));
}
{
print_spinner();
prelu_ l;
DLIB_TEST_MSG(test_layer(l), test_layer(l));
}
{
print_spinner();
sig_ 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