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