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.
41 lines
400 B
41 lines
400 B
[net] |
|
batch=128 |
|
subdivisions=2 |
|
height=256 |
|
width=256 |
|
channels=3 |
|
learning_rate=0.00000001 |
|
momentum=0.9 |
|
decay=0.0005 |
|
seen=0 |
|
|
|
[convolutional] |
|
filters=32 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
|
|
[convolutional] |
|
filters=32 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
|
|
[convolutional] |
|
filters=32 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=leaky |
|
|
|
[convolutional] |
|
filters=1 |
|
size=3 |
|
stride=1 |
|
pad=1 |
|
activation=logistic |
|
|
|
[cost] |
|
|
|
|