mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
36 lines
288 B
INI
36 lines
288 B
INI
[conv]
|
|
width=28
|
|
height=28
|
|
channels=1
|
|
filters=4
|
|
size=5
|
|
stride=1
|
|
activation=ramp
|
|
|
|
[maxpool]
|
|
stride=2
|
|
|
|
[conv]
|
|
filters=12
|
|
size=5
|
|
stride=1
|
|
activation=ramp
|
|
|
|
[maxpool]
|
|
stride=2
|
|
|
|
[conv]
|
|
filters=10
|
|
size=3
|
|
stride=1
|
|
activation=ramp
|
|
|
|
[maxpool]
|
|
stride=2
|
|
|
|
[conn]
|
|
output = 10
|
|
activation=ramp
|
|
|
|
[softmax]
|