Skip to content

Commit

Permalink
Added crnn.train.cfg just for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Jan 31, 2019
1 parent c7309c1 commit a607784
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
44 changes: 44 additions & 0 deletions build/darknet/x64/cfg/crnn.train.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[net]
subdivisions=8
inputs=256
batch = 128
momentum=0.9
decay=0.001
max_batches = 2000
time_steps=576
learning_rate=0.1
policy=steps
steps=1000,1500
scales=.1,.1

[rnn]
batch_normalize=1
output = 1024
hidden=1024
activation=leaky

[crnn]
batch_normalize=1
size=1
pad=0
output = 1024
hidden=1024
activation=leaky

[crnn]
batch_normalize=1
size=1
pad=0
output = 1024
hidden=1024
activation=leaky

[connected]
output=256
activation=leaky

[softmax]

[cost]
type=sse

44 changes: 44 additions & 0 deletions cfg/crnn.train.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[net]
subdivisions=8
inputs=256
batch = 128
momentum=0.9
decay=0.001
max_batches = 2000
time_steps=576
learning_rate=0.1
policy=steps
steps=1000,1500
scales=.1,.1

[rnn]
batch_normalize=1
output = 1024
hidden=1024
activation=leaky

[crnn]
batch_normalize=1
size=1
pad=0
output = 1024
hidden=1024
activation=leaky

[crnn]
batch_normalize=1
size=1
pad=0
output = 1024
hidden=1024
activation=leaky

[connected]
output=256
activation=leaky

[softmax]

[cost]
type=sse

0 comments on commit a607784

Please sign in to comment.