darknet/cfg/darknet.cfg

112 lines
1.0 KiB
INI
Raw Normal View History

2015-08-18 00:00:12 +08:00
[net]
2015-09-22 08:30:32 +08:00
batch=128
2015-09-05 08:52:44 +08:00
subdivisions=1
2016-05-07 07:25:16 +08:00
height=224
width=224
2015-08-18 00:00:12 +08:00
channels=3
momentum=0.9
decay=0.0005
2016-05-07 07:25:16 +08:00
max_crop=320
2015-09-17 05:12:10 +08:00
2016-05-07 07:25:16 +08:00
learning_rate=0.1
policy=poly
power=4
2016-08-06 06:27:07 +08:00
max_batches=1600000
2015-08-18 00:00:12 +08:00
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=16
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-10 03:48:40 +08:00
size=2
2015-08-18 00:00:12 +08:00
stride=2
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=32
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-10 03:48:40 +08:00
size=2
2015-08-18 00:00:12 +08:00
stride=2
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=64
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-10 03:48:40 +08:00
size=2
2015-08-18 00:00:12 +08:00
stride=2
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=128
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-10 03:48:40 +08:00
size=2
2015-08-18 00:00:12 +08:00
stride=2
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=256
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-10 03:48:40 +08:00
size=2
2015-08-18 00:00:12 +08:00
stride=2
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=512
size=3
stride=1
pad=1
activation=leaky
[maxpool]
2015-09-10 03:48:40 +08:00
size=2
2015-08-18 00:00:12 +08:00
stride=2
2016-11-19 13:51:36 +08:00
padding=1
2015-08-18 00:00:12 +08:00
[convolutional]
2016-08-06 06:27:07 +08:00
batch_normalize=1
2015-08-18 00:00:12 +08:00
filters=1024
size=3
stride=1
pad=1
activation=leaky
2016-08-06 06:27:07 +08:00
[convolutional]
filters=1000
size=1
stride=1
pad=1
2015-09-10 03:48:40 +08:00
activation=leaky
2015-08-18 00:00:12 +08:00
2016-08-06 06:27:07 +08:00
[avgpool]
2015-08-18 00:00:12 +08:00
[softmax]
2015-10-10 03:50:43 +08:00
groups=1
2015-08-18 00:00:12 +08:00
[cost]
type=sse