1. 15 5月, 2017 1 次提交
  2. 29 4月, 2017 1 次提交
  3. 26 4月, 2017 2 次提交
    • Q
      fix gru_step_naive_layer name · 4dafa698
      qijun 提交于
      4dafa698
    • Y
      Add error clipping to MT demo. · 3f1151a5
      Yu Yang 提交于
      * Compose GRU step naive layer in trainer config helpers.
        * It is uses mixed_layer for gate.
        * It supports ERROR_CLIPPING, DROPOUT
      * Add error clipping in MT demo.
      * Fix #1143
      * Fix #1891
      3f1151a5
  4. 25 4月, 2017 2 次提交
  5. 24 4月, 2017 2 次提交
  6. 21 4月, 2017 2 次提交
  7. 12 4月, 2017 1 次提交
  8. 11 4月, 2017 1 次提交
  9. 10 4月, 2017 1 次提交
  10. 07 4月, 2017 1 次提交
  11. 24 3月, 2017 2 次提交
  12. 22 3月, 2017 1 次提交
  13. 21 3月, 2017 3 次提交
  14. 20 3月, 2017 2 次提交
  15. 17 3月, 2017 2 次提交
  16. 09 3月, 2017 1 次提交
  17. 04 3月, 2017 1 次提交
  18. 02 3月, 2017 1 次提交
  19. 01 3月, 2017 2 次提交
  20. 28 2月, 2017 2 次提交
  21. 26 2月, 2017 1 次提交
  22. 24 2月, 2017 2 次提交
  23. 22 2月, 2017 1 次提交
  24. 21 2月, 2017 1 次提交
  25. 20 2月, 2017 2 次提交
  26. 14 2月, 2017 1 次提交
    • X
      Make it possible to postpone setting the layer name for a memory. · 7d551dd4
      xuwei06 提交于
      The reason for adding the function is exemplified in the following hypothetical code:
      
      mem = memory(name=None, size=256)
      hidden = fc_layer(input=mem)
      state = hidden + x
      mem.set_input(state)
      
      In the above code segment, it would be very annoying if we require the user to provide
      the name at memory() call because the layer name of state is automatically generated
      and is not easy to set it.
      
      Change-Id: I918bf1d3d5c26addd88a6f7021e98b3e0e9df494
      7d551dd4
  27. 06 2月, 2017 1 次提交