mirror of https://github.com/davisking/dlib.git
Made test less likely to false alarm.
This commit is contained in:
parent
6e9b9d035d
commit
08c8778479
|
@ -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));
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue