Use [net] max_chart_loss=20 by default

pull/5670/head
AlexeyAB 5 years ago
parent 103fa8d222
commit 594f7ce6af
  1. 2
      src/parser.c

@ -1118,7 +1118,7 @@ void parse_net_options(list *options, network *net)
net->resize_step = option_find_float_quiet(options, "resize_step", 32);
net->attention = option_find_int_quiet(options, "attention", 0);
net->adversarial_lr = option_find_float_quiet(options, "adversarial_lr", 0);
net->max_chart_loss = option_find_float_quiet(options, "max_chart_loss", 5.0);
net->max_chart_loss = option_find_float_quiet(options, "max_chart_loss", 20.0);
net->angle = option_find_float_quiet(options, "angle", 0);
net->aspect = option_find_float_quiet(options, "aspect", 1);

Loading…
Cancel
Save