From 1c39aeca008ced62dae8245f8d6f9963f4c97b47 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 12 Apr 2018 11:12:38 +0000 Subject: [PATCH] Try to fix --- 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