From e7072b8489da7347561a47be849f401c8a0a2abd Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 20 Jun 2016 20:18:59 +0000
Subject: [PATCH] checkpoint

---
 src/parser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/parser.c b/src/parser.c
index 71f54cc..00de059 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -467,6 +467,7 @@
 
     char *policy_s = option_find_str(options, "policy", "constant");
     net->policy = get_policy(policy_s);
+    net->burn_in = option_find_int_quiet(options, "burn_in", 0);
     if(net->policy == STEP){
         net->step = option_find_int(options, "step", 1);
         net->scale = option_find_float(options, "scale", 1);

--
Gitblit v1.10.0