mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
31 lines
271 B
INI
31 lines
271 B
INI
[net]
|
|
subdivisions=1
|
|
batch = 256
|
|
inputs=256
|
|
momentum=0.9
|
|
decay=0.0
|
|
time_steps=128
|
|
learning_rate=.002
|
|
adam=1
|
|
|
|
policy=constant
|
|
power=4
|
|
max_batches=1000000
|
|
|
|
[gru]
|
|
output = 1024
|
|
|
|
[gru]
|
|
output = 1024
|
|
|
|
[gru]
|
|
output = 1024
|
|
|
|
[connected]
|
|
output=256
|
|
activation=linear
|
|
|
|
[softmax]
|
|
|
|
|