From 845ab7579685b6702c92c1088ec11e71bde51f3c Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Fri, 05 Aug 2016 22:27:07 +0000 Subject: [PATCH] some more stuff --- cfg/darknet.cfg | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg index 85497a3..7c0d28a 100644 --- a/cfg/darknet.cfg +++ b/cfg/darknet.cfg @@ -1,26 +1,20 @@ [net] batch=128 subdivisions=1 -height=256 -width=256 +height=224 +width=224 channels=3 momentum=0.9 decay=0.0005 +max_crop=320 learning_rate=0.1 policy=poly power=4 -max_batches=500000 - -[crop] -crop_height=224 -crop_width=224 -flip=1 -angle=0 -saturation=1 -exposure=1 +max_batches=1600000 [convolutional] +batch_normalize=1 filters=16 size=3 stride=1 @@ -32,6 +26,7 @@ stride=2 [convolutional] +batch_normalize=1 filters=32 size=3 stride=1 @@ -43,6 +38,7 @@ stride=2 [convolutional] +batch_normalize=1 filters=64 size=3 stride=1 @@ -54,6 +50,7 @@ stride=2 [convolutional] +batch_normalize=1 filters=128 size=3 stride=1 @@ -65,6 +62,7 @@ stride=2 [convolutional] +batch_normalize=1 filters=256 size=3 stride=1 @@ -76,6 +74,7 @@ stride=2 [convolutional] +batch_normalize=1 filters=512 size=3 stride=1 @@ -87,21 +86,22 @@ stride=2 [convolutional] +batch_normalize=1 filters=1024 size=3 stride=1 pad=1 activation=leaky -[avgpool] - -[dropout] -probability=.5 - -[connected] -output=1000 +[convolutional] +filters=1000 +size=1 +stride=1 +pad=1 activation=leaky +[avgpool] + [softmax] groups=1 -- Gitblit v1.10.0