From 198b4287f722a7dc7894b2ba5e96312ee6d81e35 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sun, 08 Apr 2018 21:54:41 +0000
Subject: [PATCH] Update Readme.md

---
 src/yolo_v2_class.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/yolo_v2_class.cpp b/src/yolo_v2_class.cpp
index be1b4ee..6cc0252 100644
--- a/src/yolo_v2_class.cpp
+++ b/src/yolo_v2_class.cpp
@@ -69,6 +69,7 @@
 	}
 	set_batch_network(&net, 1);
 	net.gpu_index = cur_gpu_id;
+	fuse_conv_batchnorm(net);
 
 	layer l = net.layers[net.n - 1];
 	int j;

--
Gitblit v1.10.0