1. 27 9月, 2018 3 次提交
    • T
      fix graph num · 5b152b1f
      typhoonzero 提交于
      5b152b1f
    • T
      Add distributed unit tests about text_classification/simnet-bow/ctr (#12812) · 97cf1eb6
      tangwei12 提交于
      * add dist ut for text_classification
      
      * add dist ut for text_classification
      
      * add simnet bow unittest
      
      * add dist ut for simnet bow
      
      * add trainning data url for simnet bow
      
      * add trainning data url for simnet bow
      
      * modify simnet test_reader to train reader
      
      * add test_dist_ctr
      
      * test_dist_ctr can run now
      
      * dense update is good
      
      * add unit test for selected rows
      
      * debug unit test
      
      * fix dist sparse update problem
      
      * Constant args at init
      
      * optimize code
      
      * simnet optimize
      
      * fix DebugStringEx
      
      * optimize sum_op.h
      
      * add ScaleOpVarTypeInference
      
      * clean code
      
      * fix test_dist_transpiler.py
      
      * code optimize
      
      * modify delta
      
      * fix sparse update bug
      
      * dist test use one cpu
      
      * update some data
      
      * remove unused code
      
      * add use cuda config
      
      * unit test fix
      
      * unit test fix
      
      * unit test fix
      
      * unit test fix
      
      * dist_word2vec use CPU
      
      * unit test fix
      
      * unit test fix
      
      * code clean
      
      * code clean
      
      * merge develop
      
      * api spec update
      
      * Revert: api spec update
      
      * replace simnet data with fake
      
      * replace simnet data with fake
      
      * update dim
      
      * add batch auc
      
      * code clean
      
      * code clean
      
      * modify print to stderr
      
      * update simnet delta -> 1e-5
      
      * update RUN_STEP
      
      * add use_reader_alloc
      
      * add use_reader_alloc
      
      * add use_reader_alloc
      
      * modify delta
      
      * add use_reader_alloc
      
      * fix stderr write
      
      * python3 compatibility
      
      test=develop
      
      * python3 compatibility, test=develop
      
      * Update dist_text_classification.py
      
      * test=develop
      97cf1eb6
    • T
      Batch AUC (#13567) · 85362e98
      tangwei12 提交于
      * add distributed auc
      
      * add attr "is distributed" and config it
      
      * add distributed auc
      
      * add batch auc and code format
      
      * code format
      
      * auc optimize
      
      * metric_op optimize
      
      * code clean
      
      * bug fix and code clean
      
      * bug fix and code clean
      
      * code optimize
      
      * code optimize
      
      * api spec update
      
      * Comments optimized
      
      * add mutex
      
      * Revert: add mutex
      
      * remove distribute metric
      
      * remove distribute metric
      
      * spec modifyed
      
      * add annotation, test=develop
      
      * keep API compatibility
      test=develop
      85362e98
  2. 26 9月, 2018 2 次提交
  3. 25 9月, 2018 1 次提交
    • W
      Nccl2 dist API (#13506) · aeb2dc2b
      Wu Yi 提交于
      * add nccl2 dist api
      
      * update apispec
      
      * update
      
      * update api spec
      aeb2dc2b
  4. 23 9月, 2018 1 次提交
  5. 21 9月, 2018 1 次提交
  6. 20 9月, 2018 3 次提交
  7. 19 9月, 2018 1 次提交
  8. 18 9月, 2018 3 次提交
  9. 17 9月, 2018 2 次提交
  10. 15 9月, 2018 1 次提交
  11. 14 9月, 2018 2 次提交
  12. 13 9月, 2018 2 次提交
  13. 11 9月, 2018 2 次提交
  14. 05 9月, 2018 2 次提交
  15. 04 9月, 2018 1 次提交
  16. 03 9月, 2018 1 次提交
  17. 31 8月, 2018 3 次提交
  18. 29 8月, 2018 2 次提交
  19. 28 8月, 2018 1 次提交
    • W
      Refine dist rpc deps (#12899) · 0ee6fed0
      Wu Yi 提交于
      * refine dist train RPC deps
      
      * clean up
      
      * clean up
      
      * fix ut
      
      * remove input for fetch_barrier
      
      * follow comments
      0ee6fed0
  20. 27 8月, 2018 1 次提交
  21. 24 8月, 2018 1 次提交
  22. 23 8月, 2018 2 次提交
  23. 21 8月, 2018 2 次提交
    • M
      Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias (#12669) · cd32ddac
      Michał Gallus 提交于
      * Fuse Convolution and Eltwise Add into Conv+Bias
      
      * Reduce bias branching at conv_mkldnn_op
      
      * Add MKLDNN build checks for Conv Bias
      
      * Conv-bias: check if bias input exist befor assignment
      
      * Conv-bias: Remove Bias dim check from infershape
      
      It was causing conv3d test to crash upon\ncalling HasInput(Bias)
      cd32ddac
    • W
      Add async dist tests (#12798) · f63368db
      Wu Yi 提交于
      * add async dist tests
      
      * update delta
      
      * fix transformer test
      
      * refine rmsprop transpile
      
      * update
      
      * fix dist seresnet
      f63368db