mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
🔥 🐛 🔥
This commit is contained in:
31
cfg/gru.cfg
31
cfg/gru.cfg
@@ -1,23 +1,24 @@
|
||||
[net]
|
||||
inputs=256
|
||||
|
||||
# Test
|
||||
batch = 1
|
||||
time_steps=1
|
||||
|
||||
# Train
|
||||
# batch = 512
|
||||
# time_steps=64
|
||||
|
||||
subdivisions=1
|
||||
batch = 256
|
||||
inputs=256
|
||||
momentum=0.9
|
||||
decay=0.001
|
||||
learning_rate=0.1
|
||||
decay=0.0
|
||||
time_steps=128
|
||||
learning_rate=.002
|
||||
adam=1
|
||||
|
||||
burn_in=100
|
||||
policy=poly
|
||||
policy=constant
|
||||
power=4
|
||||
max_batches=10000
|
||||
max_batches=400000
|
||||
|
||||
[gru]
|
||||
batch_normalize=1
|
||||
output = 1024
|
||||
|
||||
[gru]
|
||||
batch_normalize=1
|
||||
output = 1024
|
||||
|
||||
[gru]
|
||||
batch_normalize=1
|
||||
|
||||
Reference in New Issue
Block a user