darknet/cfg/rnn.cfg

41 lines
433 B
INI
Raw Normal View History

2016-01-29 04:30:54 +08:00
[net]
subdivisions=1
inputs=256
2016-02-05 16:15:12 +08:00
batch = 1
2016-01-29 04:30:54 +08:00
momentum=0.9
2016-02-01 07:52:03 +08:00
decay=0.001
2016-02-05 16:15:12 +08:00
max_batches = 2000
time_steps=1
2016-01-29 04:30:54 +08:00
learning_rate=0.1
2016-02-05 16:15:12 +08:00
policy=steps
steps=1000,1500
scales=.1,.1
2016-01-29 04:30:54 +08:00
[rnn]
batch_normalize=1
2016-02-05 16:15:12 +08:00
output = 1024
hidden=1024
2016-01-29 04:30:54 +08:00
activation=leaky
[rnn]
batch_normalize=1
2016-02-05 16:15:12 +08:00
output = 1024
hidden=1024
2016-01-29 04:30:54 +08:00
activation=leaky
[rnn]
batch_normalize=1
2016-02-05 16:15:12 +08:00
output = 1024
hidden=1024
2016-01-29 04:30:54 +08:00
activation=leaky
[connected]
output=256
activation=leaky
[softmax]
[cost]
type=sse