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