Skip to content
Snippets Groups Projects
Commit b711627e authored by Joseph Redmon's avatar Joseph Redmon
Browse files

rnn cfg

parent 913d355e
No related branches found
No related tags found
No related merge requests found
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment