mirror of https://github.com/AlexeyAB/darknet.git
42 lines
400 B
INI
42 lines
400 B
INI
[net]
|
|
batch=128
|
|
subdivisions=2
|
|
height=256
|
|
width=256
|
|
channels=3
|
|
learning_rate=0.00000001
|
|
momentum=0.9
|
|
decay=0.0005
|
|
seen=0
|
|
|
|
[convolutional]
|
|
filters=32
|
|
size=3
|
|
stride=1
|
|
pad=1
|
|
activation=leaky
|
|
|
|
[convolutional]
|
|
filters=32
|
|
size=3
|
|
stride=1
|
|
pad=1
|
|
activation=leaky
|
|
|
|
[convolutional]
|
|
filters=32
|
|
size=3
|
|
stride=1
|
|
pad=1
|
|
activation=leaky
|
|
|
|
[convolutional]
|
|
filters=1
|
|
size=3
|
|
stride=1
|
|
pad=1
|
|
activation=logistic
|
|
|
|
[cost]
|
|
|