Spaces:
Running
Running
File size: 263 Bytes
f723566 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
[net]
inputs=256
momentum=0.9
decay=0.0
subdivisions=1
batch = 1
time_steps=1
learning_rate=.002
adam=1
policy=constant
power=4
max_batches=1000000
[gru]
output = 256
[gru]
output = 256
[gru]
output = 256
[connected]
output=256
activation=linear
[softmax]
|