From 8b9af80a5b3bdb6ec17c4fa2cfa14ce4676ef1c3 Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Fri, 18 May 2018 20:27:59 +0000 Subject: [PATCH] Merge pull request #851 from NadeenUdantha/patch-1 --- cfg/strided.cfg | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/cfg/strided.cfg b/cfg/strided.cfg index 4fd71e8..a52700b 100644 --- a/cfg/strided.cfg +++ b/cfg/strided.cfg @@ -4,10 +4,16 @@ height=256 width=256 channels=3 -learning_rate=0.01 momentum=0.9 decay=0.0005 +learning_rate=0.01 +policy=steps +scales=.1,.1,.1 +steps=200000,300000,400000 +max_batches=800000 + + [crop] crop_height=224 crop_width=224 @@ -15,6 +21,7 @@ angle=0 saturation=1 exposure=1 +shift=.2 [convolutional] filters=64 @@ -160,9 +167,6 @@ size=3 stride=2 -[dropout] -probability=0.5 - [connected] output=4096 activation=ramp -- Gitblit v1.10.0