Commit fb5ae486 authored by Davis King's avatar Davis King

fixed some variables not being initialized.

parent b5e46c70
...@@ -59,6 +59,8 @@ namespace dlib ...@@ -59,6 +59,8 @@ namespace dlib
eps(0.1), eps(0.1),
max_iterations(10000), max_iterations(10000),
verbose(false), verbose(false),
have_bias(true),
last_weight_1(false),
do_shrinking(true) do_shrinking(true)
{ {
// make sure requires clause is not broken // make sure requires clause is not broken
......
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