Added test for max pool layer.

This commit is contained in:
Davis King 2015-12-12 12:53:43 -05:00
parent df7d7f0347
commit 18d0f0f4d3
1 changed files with 5 additions and 0 deletions

View File

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