Joseph Redmon
2016-05-06 c7b10ceadb1a78e7480d281444a31ae2a7dc1b05
cfg/darknet.cfg
@@ -1,25 +1,18 @@
[net]
batch=128
subdivisions=1
height=256
width=256
height=224
width=224
channels=3
momentum=0.9
decay=0.0005
max_crop=320
learning_rate=0.1
policy=poly
power=4
max_batches=500000
[crop]
crop_height=224
crop_width=224
flip=1
angle=0
saturation=1
exposure=1
[convolutional]
batch_normalize=1
filters=16
@@ -102,9 +95,6 @@
[avgpool]
[dropout]
probability=.5
[connected]
output=1000
activation=leaky