"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "ebd615c768138185b7544717565ceb639fa2305b"
Commit 18d0f0f4 authored by Davis King's avatar Davis King
Browse files

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