1. 20 6月, 2018 1 次提交
  2. 19 6月, 2018 1 次提交
    • Q
      Fix decay bug (#11520) · a29cb4be
      Qiyang Min 提交于
      * Add sub_blocks of lr_decay_op to pserver_prog after distribute_transpiler
      
      * Remove unused logs and logics
      
      * 1. Add ops to new block (considering the nested block condition)
      2. Follow the original hierarchy of blocks
      3. Change the function's name and remove debug lines
      a29cb4be
  3. 12 6月, 2018 2 次提交
  4. 11 6月, 2018 1 次提交
  5. 08 6月, 2018 1 次提交
  6. 05 6月, 2018 1 次提交
  7. 29 5月, 2018 1 次提交
  8. 22 5月, 2018 2 次提交
    • X
      follow comments · a848303e
      Xin Pan 提交于
      a848303e
    • X
      multi-thread handlerequest · b4dd4c04
      Xin Pan 提交于
          Experiment on vgg flower, 2 trainers, 1ps.
          more trainer could have more speedup.
      
          After:
          Pass = 0, Iters = 327, Speed = (7.52) img/s
          Before:
          Pass = 0, Iters = 385, Speed = (6.77) img/s
      b4dd4c04
  9. 18 5月, 2018 1 次提交
  10. 15 5月, 2018 2 次提交
  11. 07 5月, 2018 1 次提交
  12. 28 4月, 2018 2 次提交
  13. 26 4月, 2018 1 次提交
  14. 12 4月, 2018 2 次提交
  15. 08 4月, 2018 1 次提交
  16. 04 4月, 2018 1 次提交
  17. 02 4月, 2018 1 次提交
  18. 26 3月, 2018 1 次提交
  19. 22 3月, 2018 1 次提交
  20. 21 3月, 2018 3 次提交
  21. 20 3月, 2018 1 次提交
  22. 16 3月, 2018 1 次提交
  23. 15 3月, 2018 1 次提交
    • Y
      Stash · d84ddcf1
      Yu Yang 提交于
      d84ddcf1
  24. 14 3月, 2018 3 次提交
  25. 13 3月, 2018 1 次提交
  26. 12 3月, 2018 1 次提交
  27. 08 3月, 2018 1 次提交
  28. 27 2月, 2018 1 次提交
  29. 26 2月, 2018 1 次提交
  30. 24 2月, 2018 1 次提交
  31. 23 2月, 2018 1 次提交
    • K
      Exposing Channel to be used as a Variable and integrating with Fluid (#8486) · 77ee8fb2
      kavyasrinet 提交于
      * Adding set_capacity method support
      
      * Adding Python for make_channel
      
      * Updating notest_concurrency
      
      * Write python for make_channel method
      
      * Write python for make_channel method
      
      * Fix make_channel and test
      
      * Placeholder ops for channel send, recv and close
      
      * Adding ToTypeIndex method to var_type.h
      
      * Add var_type.h to channel:
      
      * Added POD_Type to the method
      
      * Add CHANNEL to executor
      
      * Updated get and set DataType to accomodate Channels
      
      * Updating get and set to incorporate channels
      
      * Adding CHANNEL as supported VarType in protobuf
      
      * Removing unecessary import
      
      * Fixing VarDesc to adapt to Channel as VarType
      
      * Add channel.h to executor
      
      * Remove innclude from channel
      
      * Updated var_type to support Channel as  var type
      
      * Adding get_channel to pybind
      
      * Added ChannelHolder
      
      * Adding make_channel as an op
      
      * Adding ChannelHolder in channel
      
      * Fixing typo
      
      * Commenting out operators in concurrency
      
      * Removing totypeid right now since we don't need it.
      
      * Reverting python changes
      
      * Fixing typo in framework.py
      
      * Modify comments for ReaderHolder
      77ee8fb2