darknet/cfg/alexnet.cfg

96 lines
879 B
INI
Raw Normal View History

2015-06-25 20:26:47 +03:00
[net]
batch=128
2015-08-17 20:25:43 +03:00
subdivisions=1
2016-09-12 23:55:20 +03:00
height=227
width=227
2015-06-25 20:26:47 +03:00
channels=3
momentum=0.9
decay=0.0005
2016-09-12 23:55:20 +03:00
max_crop=256
learning_rate=0.01
policy=poly
power=4
max_batches=800000
2015-06-25 20:26:47 +03:00
2016-09-12 23:55:20 +03:00
angle=7
hue = .1
saturation=.75
exposure=.75
aspect=.75
2015-06-25 20:26:47 +03:00
[convolutional]
2016-09-12 23:55:20 +03:00
filters=96
2015-06-25 20:26:47 +03:00
size=11
stride=4
pad=0
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[maxpool]
size=3
stride=2
2016-09-12 23:55:20 +03:00
padding=0
2015-06-25 20:26:47 +03:00
[convolutional]
2016-09-12 23:55:20 +03:00
filters=256
2015-06-25 20:26:47 +03:00
size=5
stride=1
pad=1
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[maxpool]
size=3
stride=2
2016-09-12 23:55:20 +03:00
padding=0
2015-06-25 20:26:47 +03:00
[convolutional]
filters=384
size=3
stride=1
pad=1
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[convolutional]
2016-09-12 23:55:20 +03:00
filters=384
2015-06-25 20:26:47 +03:00
size=3
stride=1
pad=1
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[convolutional]
filters=256
size=3
stride=1
pad=1
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[maxpool]
size=3
stride=2
2016-09-12 23:55:20 +03:00
padding=0
2015-06-25 20:26:47 +03:00
[connected]
output=4096
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[dropout]
probability=.5
[connected]
output=4096
2016-09-12 23:55:20 +03:00
activation=relu
2015-06-25 20:26:47 +03:00
[dropout]
probability=.5
[connected]
output=1000
2016-09-12 23:55:20 +03:00
activation=linear
2015-06-25 20:26:47 +03:00
[softmax]
groups=1
[cost]
type=sse