mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
rnn cfg
This commit is contained in:
parent
913d355ec1
commit
b711627e84
37
cfg/rnn.cfg
Normal file
37
cfg/rnn.cfg
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
[net]
|
||||||
|
subdivisions=1
|
||||||
|
inputs=256
|
||||||
|
batch = 1
|
||||||
|
time_steps = 1
|
||||||
|
momentum=0.9
|
||||||
|
decay=0.0005
|
||||||
|
max_batches = 50000000
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user