1. 12 4月, 2017 1 次提交
  2. 11 4月, 2017 1 次提交
  3. 10 4月, 2017 1 次提交
  4. 22 3月, 2017 1 次提交
  5. 21 3月, 2017 3 次提交
  6. 20 3月, 2017 2 次提交
  7. 17 3月, 2017 2 次提交
  8. 09 3月, 2017 1 次提交
  9. 04 3月, 2017 1 次提交
  10. 02 3月, 2017 1 次提交
  11. 01 3月, 2017 2 次提交
  12. 28 2月, 2017 2 次提交
  13. 26 2月, 2017 1 次提交
  14. 24 2月, 2017 2 次提交
  15. 22 2月, 2017 1 次提交
  16. 21 2月, 2017 1 次提交
  17. 20 2月, 2017 2 次提交
  18. 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
  19. 06 2月, 2017 1 次提交
  20. 04 2月, 2017 2 次提交
  21. 03 2月, 2017 1 次提交
  22. 02 2月, 2017 5 次提交
  23. 31 1月, 2017 1 次提交
  24. 22 1月, 2017 1 次提交
  25. 18 1月, 2017 1 次提交
  26. 16 1月, 2017 1 次提交
  27. 07 1月, 2017 1 次提交