1. 23 8月, 2018 3 次提交
  2. 20 8月, 2018 1 次提交
  3. 15 8月, 2018 3 次提交
  4. 14 8月, 2018 3 次提交
  5. 13 8月, 2018 1 次提交
  6. 10 8月, 2018 3 次提交
  7. 09 8月, 2018 3 次提交
  8. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
  9. 06 8月, 2018 2 次提交
  10. 30 7月, 2018 1 次提交
  11. 26 7月, 2018 4 次提交
  12. 24 7月, 2018 2 次提交
  13. 17 7月, 2018 1 次提交
    • W
      Remove block api (#12107) · db67d60e
      Wu Yi 提交于
      * remove block api
      
      * remove clone_variable
      
      * hide block inner apis
      
      * update
      
      * fix tests
      db67d60e
  14. 13 7月, 2018 1 次提交
    • C
      Refine multi thread cpu parallel exe (#11406) · 86b0a725
      chengduo 提交于
      * refine multi-thread CPU Parallel exe
      
      * refine multi thread CPU Parallel exe
      
      * Refine CPU version for ParallelExecutor
      
      * add share_parameter_between_cards_
      
      * Fix ParallelExecutor bug
      
      * Fix unit test
      
      * Fix parameter opt balance
      
      * Fix with opti (param->grad)
      
      * Add grad to op var
      
      * Remove shard_param_between_cards
      86b0a725
  15. 04 7月, 2018 1 次提交
  16. 03 7月, 2018 1 次提交
  17. 26 6月, 2018 1 次提交
  18. 25 6月, 2018 1 次提交
  19. 22 6月, 2018 3 次提交
  20. 20 6月, 2018 2 次提交
  21. 19 6月, 2018 2 次提交
    • C
      add Doc fluid.Parameter, program and block · 7cd4d0ac
      chengduoZH 提交于
      7cd4d0ac
    • 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