:charmandra: 🔥 🔥 🔥

This commit is contained in:
Joseph Redmon
2017-06-09 16:41:00 -07:00
parent c3e0d90e9f
commit d8c5cfd6c6
11 changed files with 635 additions and 292 deletions

View File

@@ -1,27 +1,38 @@
[net]
subdivisions=1
inputs=256
# Test
batch = 1
time_steps=1
# Train
# batch = 512
# time_steps=64
subdivisions=1
momentum=0.9
decay=0.001
time_steps=1
learning_rate=0.5
learning_rate=0.1
burn_in=100
policy=poly
power=4
max_batches=2000
max_batches=10000
[gru]
batch_normalize=1
output = 1024
tanh = 1
[gru]
batch_normalize=1
output = 1024
tanh = 1
[gru]
batch_normalize=1
output = 1024
tanh = 1
[connected]
output=256