From d7fd2acf0582020de87f49d8863d39d1744a858c Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@burninator.cs.washington.edu> Date: Thu, 23 Jun 2016 05:31:17 +0000 Subject: [PATCH] Merge branch 'master' of https://github.com/pjreddie/darknet --- cfg/darknet.cfg | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg index ff0d33e..a96f4d0 100644 --- a/cfg/darknet.cfg +++ b/cfg/darknet.cfg @@ -14,7 +14,6 @@ max_batches=500000 [convolutional] -batch_normalize=1 filters=16 size=3 stride=1 @@ -26,7 +25,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=32 size=3 stride=1 @@ -38,7 +36,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=64 size=3 stride=1 @@ -50,7 +47,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=128 size=3 stride=1 @@ -62,7 +58,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=256 size=3 stride=1 @@ -74,7 +69,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=512 size=3 stride=1 @@ -86,7 +80,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=1024 size=3 stride=1 -- Gitblit v1.10.0