1. 21 3月, 2017 2 次提交
  2. 13 3月, 2017 1 次提交
  3. 01 3月, 2017 1 次提交
  4. 27 2月, 2017 1 次提交
  5. 22 2月, 2017 1 次提交
  6. 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
  7. 05 2月, 2017 4 次提交
  8. 04 2月, 2017 1 次提交
  9. 03 2月, 2017 1 次提交
  10. 02 2月, 2017 3 次提交
  11. 31 1月, 2017 1 次提交
  12. 16 1月, 2017 1 次提交
  13. 07 1月, 2017 1 次提交
  14. 06 1月, 2017 1 次提交
  15. 28 12月, 2016 4 次提交
  16. 22 12月, 2016 1 次提交
  17. 21 12月, 2016 2 次提交
  18. 20 12月, 2016 2 次提交
  19. 16 12月, 2016 2 次提交
  20. 15 12月, 2016 2 次提交
  21. 14 12月, 2016 1 次提交
  22. 13 12月, 2016 1 次提交
  23. 12 12月, 2016 1 次提交
  24. 09 12月, 2016 1 次提交
  25. 08 12月, 2016 1 次提交
    • X
      Correctly handling multiple calls to parse_config() · 3cf7337f
      xuwei06 提交于
      To solve this, we maintain the list of DefaultNameFactory used in by trainer_config_helper,
      and reset the state at the beginning of each parse_config call.
      
      Change-Id: I13c7574dc8f0b6bc6f6b7c92eb425e2c52c926e8
      3cf7337f
  26. 06 12月, 2016 1 次提交
  27. 05 12月, 2016 1 次提交