From c2738835f0a2435ab03f411af3d168aec389d2a6 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Tue, 08 Dec 2015 01:18:04 +0000 Subject: [PATCH] Faster batch normalization --- cfg/darknet.cfg | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg index 53d1ec9..85497a3 100644 --- a/cfg/darknet.cfg +++ b/cfg/darknet.cfg @@ -21,7 +21,6 @@ exposure=1 [convolutional] -batch_normalize=1 filters=16 size=3 stride=1 @@ -33,7 +32,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=32 size=3 stride=1 @@ -45,7 +43,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=64 size=3 stride=1 @@ -57,7 +54,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=128 size=3 stride=1 @@ -69,7 +65,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=256 size=3 stride=1 @@ -81,7 +76,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=512 size=3 stride=1 @@ -93,7 +87,6 @@ stride=2 [convolutional] -batch_normalize=1 filters=1024 size=3 stride=1 -- Gitblit v1.10.0