From f6fa4a56d938f4f8c69774d3622e768e7411507d Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Wed, 4 Sep 2019 19:58:36 +0300 Subject: [PATCH] compile fix --- build/darknet/x64/cfg/yolov3-tiny-prn.cfg | 8 ++++---- cfg/yolov3-tiny-prn.cfg | 8 ++++---- src/shortcut_layer.c | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/build/darknet/x64/cfg/yolov3-tiny-prn.cfg b/build/darknet/x64/cfg/yolov3-tiny-prn.cfg index 109c969c..215162e9 100644 --- a/build/darknet/x64/cfg/yolov3-tiny-prn.cfg +++ b/build/darknet/x64/cfg/yolov3-tiny-prn.cfg @@ -1,10 +1,10 @@ [net] # Testing -batch=1 -subdivisions=1 +#batch=1 +#subdivisions=1 # Training -#batch=64 -#subdivisions=8 +batch=64 +subdivisions=8 width=416 height=416 channels=3 diff --git a/cfg/yolov3-tiny-prn.cfg b/cfg/yolov3-tiny-prn.cfg index 109c969c..215162e9 100644 --- a/cfg/yolov3-tiny-prn.cfg +++ b/cfg/yolov3-tiny-prn.cfg @@ -1,10 +1,10 @@ [net] # Testing -batch=1 -subdivisions=1 +#batch=1 +#subdivisions=1 # Training -#batch=64 -#subdivisions=8 +batch=64 +subdivisions=8 width=416 height=416 channels=3 diff --git a/src/shortcut_layer.c b/src/shortcut_layer.c index d056a6a0..8345858e 100644 --- a/src/shortcut_layer.c +++ b/src/shortcut_layer.c @@ -1,4 +1,5 @@ #include "shortcut_layer.h" +#include "convolutional_layer.h" #include "dark_cuda.h" #include "blas.h" #include