From 2ce6460c79e06caa33eab3991ee3e7fd9f0909d6 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 10 Apr 2018 18:08:24 +0000 Subject: [PATCH] Remove truth only if smaller than 1x1 pix during training --- 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