From 0b4c38f631db13e2db18423e9a12ec4885f03b8b Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Thu, 30 Jul 2015 22:12:29 -0700 Subject: [PATCH] Set default subdivisions to be larger --- cfg/alexnet.cfg | 2 +- cfg/strided.cfg | 2 +- cfg/vgg-16.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/alexnet.cfg b/cfg/alexnet.cfg index 8205c40d..79c5351a 100644 --- a/cfg/alexnet.cfg +++ b/cfg/alexnet.cfg @@ -1,6 +1,6 @@ [net] batch=128 -subdivisions=1 +subdivisions=128 height=256 width=256 channels=3 diff --git a/cfg/strided.cfg b/cfg/strided.cfg index 6c6628ec..8349e81b 100644 --- a/cfg/strided.cfg +++ b/cfg/strided.cfg @@ -1,6 +1,6 @@ [net] batch=128 -subdivisions=2 +subdivisions=128 height=256 width=256 channels=3 diff --git a/cfg/vgg-16.cfg b/cfg/vgg-16.cfg index 7b5b74ae..f3f83b2e 100644 --- a/cfg/vgg-16.cfg +++ b/cfg/vgg-16.cfg @@ -1,6 +1,6 @@ [net] batch=128 -subdivisions=8 +subdivisions=128 height=256 width=256 channels=3