Commit 18d0f0f4 authored by Davis King's avatar Davis King

Added test for max pool layer.

parent df7d7f03
......@@ -696,6 +696,11 @@ namespace
void test_layers()
{
{
print_spinner();
max_pool_ l;
DLIB_TEST_MSG(test_layer(l), test_layer(l));
}
{
print_spinner();
affine_ 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