mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added crnn.train.cfg just for test
This commit is contained in:
44
build/darknet/x64/cfg/crnn.train.cfg
Normal file
44
build/darknet/x64/cfg/crnn.train.cfg
Normal file
@ -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
cfg/crnn.train.cfg
Normal file
44
cfg/crnn.train.cfg
Normal file
@ -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
|
||||
|
Reference in New Issue
Block a user