darknet/cfg/gru.cfg

31 lines
271 B
INI
Raw Normal View History

2016-06-06 23:22:45 +03:00
[net]
2017-06-10 02:41:00 +03:00
subdivisions=1
2017-06-18 23:05:37 +03:00
batch = 256
inputs=256
2016-06-06 23:22:45 +03:00
momentum=0.9
2017-06-18 23:05:37 +03:00
decay=0.0
time_steps=128
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]
output = 1024
[gru]
output = 1024
2016-06-06 23:22:45 +03:00
[gru]
output = 1024
[connected]
output=256
activation=linear
[softmax]