From 0c95d8dfac7869ae4258f2080950cae6ea6a647e Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Mon, 09 Apr 2018 10:28:20 +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