"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a6288a5571dbc63a03dc761a4d5300fcec61a04b"
Commit fb5ae486 authored by Davis King's avatar Davis King
Browse files

fixed some variables not being initialized.

parent b5e46c70
......@@ -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
......
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