lots of stuff

This commit is contained in:
Joseph Redmon
2015-09-04 17:52:44 -07:00
parent 8bcdee8658
commit b5936b499a
21 changed files with 529 additions and 78 deletions

View File

@@ -1,12 +1,15 @@
[net]
batch=128
subdivisions=32
subdivisions=1
height=256
width=256
channels=3
learning_rate=0.01
momentum=0.9
decay=0.0005
learning_rate=0.01
policy=poly
power=.5
max_batches=600000
[crop]
crop_height=224
@@ -24,8 +27,8 @@ pad=1
activation=leaky
[maxpool]
size=3
stride=2
size=2
[convolutional]
filters=32
@@ -35,8 +38,8 @@ pad=1
activation=leaky
[maxpool]
size=3
stride=2
size=2
[convolutional]
filters=64
@@ -46,8 +49,8 @@ pad=1
activation=leaky
[maxpool]
size=3
stride=2
size=2
[convolutional]
filters=128
@@ -57,8 +60,8 @@ pad=1
activation=leaky
[maxpool]
size=3
stride=2
size=2
[convolutional]
filters=256
@@ -68,8 +71,8 @@ pad=1
activation=leaky
[maxpool]
size=3
stride=2
size=2
[convolutional]
filters=512
@@ -79,8 +82,8 @@ pad=1
activation=leaky
[maxpool]
size=3
stride=2
size=2
[convolutional]
filters=1024
@@ -96,7 +99,7 @@ probability=.5
[connected]
output=1000
activation=leaky
activation=linear
[softmax]