mirror of https://github.com/AlexeyAB/darknet.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
1.1 KiB
121 lines
1.1 KiB
[net] |
|
batch=1 |
|
subdivisions=1 |
|
width=224 |
|
height=224 |
|
channels=3 |
|
learning_rate=0.00001 |
|
momentum=0.9 |
|
decay=0.0005 |
|
|
|
[convolutional] |
|
filters=64 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=64 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[maxpool] |
|
size=2 |
|
stride=2 |
|
|
|
[convolutional] |
|
filters=128 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=128 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[maxpool] |
|
size=2 |
|
stride=2 |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[maxpool] |
|
size=2 |
|
stride=2 |
|
|
|
[convolutional] |
|
filters=512 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=512 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=512 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[maxpool] |
|
size=2 |
|
stride=2 |
|
|
|
[convolutional] |
|
filters=512 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=512 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[convolutional] |
|
filters=512 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=relu |
|
|
|
[maxpool] |
|
size=2 |
|
stride=2 |
|
|
|
|