1. 12 6月, 2018 1 次提交
    • W
      Trainer send term signal (#11220) · 34865f2d
      Wu Yi 提交于
      * wip
      
      * use executor.complete to end trainer
      
      * fix build
      
      * fix build with distribute off
      
      * fix typo
      
      * fix cmake typo
      
      * fix build
      34865f2d
  2. 11 6月, 2018 1 次提交
  3. 08 6月, 2018 1 次提交
  4. 05 6月, 2018 1 次提交
  5. 29 5月, 2018 1 次提交
  6. 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
  7. 18 5月, 2018 1 次提交
  8. 15 5月, 2018 2 次提交
  9. 07 5月, 2018 1 次提交
  10. 28 4月, 2018 2 次提交
  11. 26 4月, 2018 1 次提交
  12. 12 4月, 2018 2 次提交
  13. 08 4月, 2018 1 次提交
  14. 04 4月, 2018 1 次提交
  15. 02 4月, 2018 1 次提交
  16. 26 3月, 2018 1 次提交
  17. 22 3月, 2018 1 次提交
  18. 21 3月, 2018 3 次提交
  19. 20 3月, 2018 1 次提交
  20. 16 3月, 2018 1 次提交
  21. 15 3月, 2018 1 次提交
    • Y
      Stash · d84ddcf1
      Yu Yang 提交于
      d84ddcf1
  22. 14 3月, 2018 3 次提交
  23. 13 3月, 2018 1 次提交
  24. 12 3月, 2018 1 次提交
  25. 08 3月, 2018 1 次提交
  26. 27 2月, 2018 1 次提交
  27. 26 2月, 2018 1 次提交
  28. 24 2月, 2018 1 次提交
  29. 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
  30. 16 2月, 2018 1 次提交
  31. 15 2月, 2018 2 次提交