From 40cc1046395385dd256012810866eba34904f034 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Mon, 28 Sep 2015 21:32:28 +0000 Subject: [PATCH] idk --- cfg/strided.cfg | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/cfg/strided.cfg b/cfg/strided.cfg index f29f266..4fd71e8 100644 --- a/cfg/strided.cfg +++ b/cfg/strided.cfg @@ -1,21 +1,20 @@ [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 [crop] crop_height=224 crop_width=224 flip=1 -angle=15 -saturation=1.5 -exposure=1.5 +angle=0 +saturation=1 +exposure=1 [convolutional] filters=64 -- Gitblit v1.10.0