Joseph Redmon
2015-07-31 0b4c38f631db13e2db18423e9a12ec4885f03b8b
Set default subdivisions to be larger
3 files modified
6 ■■■■ changed files
cfg/alexnet.cfg 2 ●●● patch | view | raw | blame | history
cfg/strided.cfg 2 ●●● patch | view | raw | blame | history
cfg/vgg-16.cfg 2 ●●● patch | view | raw | blame | history
cfg/alexnet.cfg
@@ -1,6 +1,6 @@
[net]
batch=128
subdivisions=1
subdivisions=128
height=256
width=256
channels=3
cfg/strided.cfg
@@ -1,6 +1,6 @@
[net]
batch=128
subdivisions=2
subdivisions=128
height=256
width=256
channels=3
cfg/vgg-16.cfg
@@ -1,6 +1,6 @@
[net]
batch=128
subdivisions=8
subdivisions=128
height=256
width=256
channels=3