From 7617aca1a839b9e8e7f2f21a27a0fdcaca8fba8c Mon Sep 17 00:00:00 2001
From: Edmond Yoo <hj3yoo@uwaterloo.ca>
Date: Sun, 16 Sep 2018 01:58:28 +0000
Subject: [PATCH] quick update on README

---
 cfg/strided.cfg |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/cfg/strided.cfg b/cfg/strided.cfg
index f29f266..a52700b 100644
--- a/cfg/strided.cfg
+++ b/cfg/strided.cfg
@@ -1,21 +1,27 @@
 [net]
 batch=128
-subdivisions=2
+subdivisions=4
 height=256
 width=256
 channels=3
-learning_rate=0.01
 momentum=0.9
 decay=0.0005
-seen=0
+
+learning_rate=0.01
+policy=steps
+scales=.1,.1,.1
+steps=200000,300000,400000
+max_batches=800000
+
 
 [crop]
 crop_height=224
 crop_width=224
 flip=1
-angle=15
-saturation=1.5
-exposure=1.5
+angle=0
+saturation=1
+exposure=1
+shift=.2
 
 [convolutional]
 filters=64
@@ -161,9 +167,6 @@
 size=3
 stride=2
 
-[dropout]
-probability=0.5
-
 [connected]
 output=4096
 activation=ramp

--
Gitblit v1.10.0