darknet/cfg/gru.cfg

30 lines
263 B
INI
Raw Normal View History

2016-06-06 23:22:45 +03:00
[net]
2017-06-18 23:05:37 +03:00
inputs=256
2016-06-06 23:22:45 +03:00
momentum=0.9
2017-06-18 23:05:37 +03:00
decay=0.0
2018-08-15 20:59:59 +03:00
subdivisions=1
batch = 1
time_steps=1
2017-06-18 23:05:37 +03:00
learning_rate=.002
adam=1
2016-06-06 23:22:45 +03:00
2017-06-18 23:05:37 +03:00
policy=constant
2016-06-06 23:22:45 +03:00
power=4
max_batches=1000000
2017-06-18 23:05:37 +03:00
[gru]
2018-08-15 20:59:59 +03:00
output = 256
2017-06-18 23:05:37 +03:00
[gru]
2018-08-15 20:59:59 +03:00
output = 256
2016-06-06 23:22:45 +03:00
[gru]
2018-08-15 20:59:59 +03:00
output = 256
2016-06-06 23:22:45 +03:00
[connected]
output=256
activation=linear
[softmax]