Joseph Redmon
2015-08-17 3a99b8151f6a002353691b1254b395eb52effefa
Fair comparison
4 files modified
55 ■■■■■ changed files
cfg/alexnet.cfg 2 ●●● patch | view | raw | blame | history
cfg/darknet.cfg 49 ●●●●● 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=128
subdivisions=1
height=256
width=256
channels=3
cfg/darknet.cfg
@@ -23,13 +23,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=16
#size=3
#stride=1
#pad=1
#activation=leaky
[maxpool]
stride=2
size=2
@@ -41,13 +34,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=32
#size=3
#stride=1
#pad=1
#activation=leaky
[maxpool]
stride=2
size=2
@@ -59,13 +45,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=64
#size=3
#stride=1
#pad=1
#activation=leaky
[maxpool]
stride=2
size=2
@@ -77,13 +56,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=128
#size=3
#stride=1
#pad=1
#activation=leaky
[maxpool]
stride=2
size=2
@@ -95,13 +67,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=256
#size=3
#stride=1
#pad=1
#activation=leaky
[maxpool]
stride=2
size=2
@@ -113,13 +78,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=512
#size=3
#stride=1
#pad=1
#activation=leaky
[maxpool]
stride=2
size=2
@@ -131,13 +89,6 @@
pad=1
activation=leaky
#[convolutional]
#filters=1024
#size=3
#stride=1
#pad=1
#activation=leaky
[avgpool]
[dropout]
cfg/strided.cfg
@@ -1,6 +1,6 @@
[net]
batch=128
subdivisions=128
subdivisions=4
height=256
width=256
channels=3
cfg/vgg-16.cfg
@@ -1,6 +1,6 @@
[net]
batch=128
subdivisions=128
subdivisions=4
height=256
width=256
channels=3