1. 02 7月, 2018 1 次提交
  2. 01 7月, 2018 1 次提交
  3. 30 6月, 2018 1 次提交
  4. 29 6月, 2018 5 次提交
  5. 28 6月, 2018 3 次提交
  6. 26 6月, 2018 7 次提交
    • Y
      update · 8d04d0e2
      yi.wu 提交于
      8d04d0e2
    • Y
      fix broadcast bug · 6f010712
      yi.wu 提交于
      6f010712
    • Y
      Refactor Operator.cc, and clean code · 9faf5a39
      yuyang18 提交于
      9faf5a39
    • Y
      wip · 8e48c77b
      yi.wu 提交于
      8e48c77b
    • Y
      fix dist train broadcasting bug · 3d69a82b
      yi.wu 提交于
      3d69a82b
    • C
      small refine (#11460) · bb29800a
      chengduo 提交于
      bb29800a
    • T
      MKLDNN elementwis_add with default broadcast operations (#11544) · e26f51ce
      Tomasz Patejko 提交于
      * elementwise_add with bcast: Brian's implementation by Brian added, with default bcasts
      
      * elementwise_add with bcast: GetExpectedKernelType added to elementwise_op
      
      * elementwise_add with bcast: use_mkldnn attribute added
      
      * elementwise_add with bcast: changes after review and some formatting
      
      * elementwise_add with bcast: changes after style check
      
      * elementwise_add with bcast: changes after style check cont.
      
      * elementwise_add with bcast: MKLDNN unittests added
      
      * elementwise_add with bcast: original unittests with use_mkldnn flag
      
      * elementwise_add with bcast: handling of MKLDNN format corrected
      
      * elementwise_add with bcast: setting MKLDNN format turned into lambda
      
      * elementwise_add with bcast: MKDNN format setting turned into separate function
      
      * elementwise_add with bcast: condition for choosing MKLDNN simplified
      
      * elementwise_add with bcast: fix for MKLDNN format set incorrectly in bcasts
      
      * elementwise_add with bcast: changes in unittests for broadcasts
      
      * elementwise_add with bcast: fixes in unittests regarding dimensions
      
      * elementwise_add with bcast: bring back correct format setting in mklml grad path
      
      * elementwise_add with bcast: fixed compilation error
      e26f51ce
  7. 25 6月, 2018 1 次提交
  8. 22 6月, 2018 4 次提交
  9. 21 6月, 2018 6 次提交
  10. 20 6月, 2018 3 次提交
  11. 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
  12. 16 6月, 2018 2 次提交
  13. 15 6月, 2018 1 次提交
    • K
      Modify Pybind LoDTensor API according to length-based LoD (#11106) · 417fcf4f
      Kexin Zhao 提交于
      * add lod_tensor util and modify pybind
      
      * refind pybind LoDTensor API and modify LoDTensor and DataFeeder test
      
      * fix test error
      
      * fix detection map op test
      
      * fix reorder_lod_tensor test
      
      * fix seq_concat_op
      
      * fix chunk evel op test
      
      * fix target assign op
      
      * fix warp ctc op
      
      * address comments step 1: reverse reset_lod op
      
      * step 2: modify op test
      
      * add warning message
      
      * remove has_valid_lod
      
      * add back has_valid_lod
      
      * address comments
      
      * add exception catching trial
      417fcf4f
  14. 14 6月, 2018 3 次提交
  15. 13 6月, 2018 1 次提交