1. 18 4月, 2018 10 次提交
  2. 17 4月, 2018 7 次提交
  3. 16 4月, 2018 5 次提交
  4. 14 4月, 2018 3 次提交
  5. 13 4月, 2018 6 次提交
  6. 12 4月, 2018 9 次提交
    • M
    • Y
      update by comment · 8eac2a46
      Yancey1989 提交于
      8eac2a46
    • Q
      Dist transpiler support prefetch (#9714) · 4c55a602
      Qiao Longfei 提交于
      * init
      
      * add some check
      
      * add dist transpile logic
      
      * add insert op for block
      
      * init change get_pserver_program
      
      * optimize code
      
      * fix a bug
      
      * can run now
      
      * start to do table split
      
      * start to process table gradient
      
      * complete pserver part
      
      * can send_vars now
      
      * revert cpplint
      
      * fix a bug
      
      * optimize code
      
      * move dist test to models
      
      * revert the interface of distribute_transpiler.transpile
      
      * fix prefetch_block
      
      * optimize trainspiler code
      
      * add comment to sum_op
      
      * add warning log
      
      * fix comment
      
      * fix test_send_recv
      
      * fix test_send_recv
      
      * fix train with no distributed table
      
      * optimize GetDims
      4c55a602
    • T
      multi stream thread pool · 26cfc634
      typhoonzero 提交于
      26cfc634
    • D
      Refine batch_norm_op. · 1204d9f3
      Dang Qingqing 提交于
      1204d9f3
    • Y
      fix ci · 9e9f5d80
      Yancey1989 提交于
      9e9f5d80
    • Y
      update by comment · 7132bbe6
      Yancey1989 提交于
      7132bbe6
    • T
      wip · 70500398
      typhoonzero 提交于
      70500398
    • Y
      remove net op and cond_op (#9663) · b26f5050
      Yang Yang(Tony) 提交于
      * remove net op and cond_op
      
      * fix cpplint
      
      * fix dependency
      
      * delete backward_test; fix compile
      
      * disable batch_norm backward
      
      * rm test_net.py
      
      * make batchnorm test independent of backward.cc
      
      * make test_layer_norm_op independent of backward.cc
      
      * make test_layer_norm_op independent of backward.cc
      
      * delete unused code
      
      * clean up
      b26f5050