From e63b3a6f912cc2b1f6f00f2a9d342624a06dc3a4 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Tue, 09 Jun 2015 18:17:46 +0000 Subject: [PATCH] syncing messed something up --- cfg/detection.cfg | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/cfg/detection.cfg b/cfg/detection.cfg index d08d2af..3f3b50e 100644 --- a/cfg/detection.cfg +++ b/cfg/detection.cfg @@ -178,6 +178,13 @@ filters=1024 activation=ramp +[convolutional] +size=3 +stride=1 +pad=1 +filters=1024 +activation=ramp + [connected] output=4096 activation=ramp -- Gitblit v1.10.0