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.
67 lines
691 B
67 lines
691 B
[net] |
|
batch=1 |
|
subdivisions=1 |
|
height=19 |
|
width=19 |
|
channels=1 |
|
momentum=0.9 |
|
decay=0.0005 |
|
|
|
learning_rate=0.1 |
|
max_batches = 0 |
|
policy=steps |
|
steps=50000, 90000 |
|
scales=.1, .1 |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
batch_normalize=1 |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
batch_normalize=1 |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
batch_normalize=1 |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
batch_normalize=1 |
|
|
|
[convolutional] |
|
filters=256 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
batch_normalize=1 |
|
|
|
[convolutional] |
|
filters=1 |
|
size=1 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
|
|
[softmax] |
|
|
|
[cost] |
|
type=sse |
|
|
|
|