1
0

gru.cfg 263 B

1234567891011121314151617181920212223242526272829
  1. [net]
  2. inputs=256
  3. momentum=0.9
  4. decay=0.0
  5. subdivisions=1
  6. batch = 1
  7. time_steps=1
  8. learning_rate=.002
  9. adam=1
  10. policy=constant
  11. power=4
  12. max_batches=1000000
  13. [gru]
  14. output = 256
  15. [gru]
  16. output = 256
  17. [gru]
  18. output = 256
  19. [connected]
  20. output=256
  21. activation=linear
  22. [softmax]