From 8bcdee86585f496afe1a8a38d608ea0504a11243 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Tue, 01 Sep 2015 18:22:03 +0000 Subject: [PATCH] Some bug fixes, random stuff --- src/region_layer.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/region_layer.h b/src/region_layer.h index 00fbeba..95f8e91 100644 --- a/src/region_layer.h +++ b/src/region_layer.h @@ -6,7 +6,7 @@ typedef layer region_layer; -region_layer make_region_layer(int batch, int inputs, int n, int classes, int coords, int rescore); +region_layer make_region_layer(int batch, int inputs, int n, int size, int classes, int coords, int rescore); void forward_region_layer(const region_layer l, network_state state); void backward_region_layer(const region_layer l, network_state state); -- Gitblit v1.10.0