Made test less likely to false alarm.

This commit is contained in:
Davis King 2016-05-03 21:44:39 -04:00
parent 6e9b9d035d
commit 08c8778479
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ namespace
}
{
print_spinner();
fc_<5,FC_NO_BIAS> l;
fc_<4,FC_NO_BIAS> l;
DLIB_TEST_MSG(test_layer(l), test_layer(l));
}
{