darknet/cfg/rnn.cfg

38 lines
390 B
INI
Raw Normal View History

2016-01-28 23:30:54 +03:00
[net]
subdivisions=1
inputs=256
2016-02-01 02:52:03 +03:00
batch = 128
2016-01-28 23:30:54 +03:00
momentum=0.9
2016-02-01 02:52:03 +03:00
decay=0.001
max_batches = 50000
time_steps=900
2016-01-28 23:30:54 +03:00
learning_rate=0.1
[rnn]
batch_normalize=1
output = 256
hidden=512
activation=leaky
[rnn]
batch_normalize=1
output = 256
hidden=512
activation=leaky
[rnn]
batch_normalize=1
output = 256
hidden=512
activation=leaky
[connected]
output=256
activation=leaky
[softmax]
[cost]
type=sse