mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed some variables not being initialized.
This commit is contained in:
parent
b5e46c701f
commit
fb5ae48660
@ -59,6 +59,8 @@ namespace dlib
|
||||
eps(0.1),
|
||||
max_iterations(10000),
|
||||
verbose(false),
|
||||
have_bias(true),
|
||||
last_weight_1(false),
|
||||
do_shrinking(true)
|
||||
{
|
||||
// make sure requires clause is not broken
|
||||
|
Loading…
Reference in New Issue
Block a user