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.
37 lines
317 B
37 lines
317 B
[conv] |
|
width=200 |
|
height=200 |
|
channels=3 |
|
filters=10 |
|
size=3 |
|
stride=2 |
|
activation=relu |
|
|
|
[maxpool] |
|
stride=2 |
|
|
|
[conv] |
|
filters=10 |
|
size=10 |
|
stride=2 |
|
activation=relu |
|
|
|
[maxpool] |
|
stride=2 |
|
|
|
[conv] |
|
filters=10 |
|
size=10 |
|
stride=2 |
|
activation=relu |
|
|
|
[maxpool] |
|
stride=2 |
|
|
|
[conn] |
|
output = 10 |
|
activation=relu |
|
|
|
[conn] |
|
output = 1 |
|
activation=relu
|
|
|