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.
39 lines
325 B
39 lines
325 B
[conv] |
|
width=28 |
|
height=28 |
|
channels=1 |
|
filters=6 |
|
size=5 |
|
stride=1 |
|
activation=ramp |
|
|
|
[maxpool] |
|
stride=2 |
|
|
|
[conv] |
|
filters=16 |
|
size=5 |
|
stride=1 |
|
activation=ramp |
|
|
|
[maxpool] |
|
stride=2 |
|
|
|
[conv] |
|
filters=120 |
|
size=3 |
|
stride=1 |
|
activation=ramp |
|
|
|
[maxpool] |
|
stride=2 |
|
|
|
[conn] |
|
output = 80 |
|
activation=ramp |
|
|
|
[conn] |
|
output = 10 |
|
activation=ramp |
|
|
|
[softmax]
|
|
|