1. 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
  2. 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
  3. 11 6月, 2018 1 次提交
  4. 06 6月, 2018 1 次提交
    • Y
      SSA Graph Builder Factory · d9af1532
      yuyang18 提交于
      * Use Builder Chain to decorate new builders. It is easy to extend
        builders.
      * Make graphviz path as a build strategy, not a FLAGS.
      d9af1532
  5. 01 6月, 2018 1 次提交
  6. 30 5月, 2018 1 次提交
  7. 28 5月, 2018 1 次提交
  8. 14 5月, 2018 2 次提交
  9. 11 5月, 2018 1 次提交
  10. 04 5月, 2018 1 次提交
  11. 02 5月, 2018 2 次提交
  12. 26 4月, 2018 1 次提交
  13. 23 4月, 2018 1 次提交
  14. 19 4月, 2018 1 次提交
  15. 17 4月, 2018 3 次提交
  16. 16 4月, 2018 1 次提交
  17. 12 4月, 2018 2 次提交
  18. 11 4月, 2018 1 次提交
  19. 10 4月, 2018 1 次提交
  20. 09 4月, 2018 1 次提交
  21. 07 4月, 2018 3 次提交
  22. 04 4月, 2018 2 次提交
  23. 03 4月, 2018 1 次提交
  24. 24 3月, 2018 1 次提交
  25. 20 3月, 2018 1 次提交
  26. 19 3月, 2018 1 次提交
  27. 15 3月, 2018 1 次提交
    • K
      Add fp16 mul op support and bind paddle fp16 to numpy fp16 (#9017) · e26f1123
      Kexin Zhao 提交于
      * add fp16 mul op support
      
      * small fix
      
      * fix bug
      
      * small fix
      
      * fix PADDLE_WITH_CUDA compiling issue
      
      * reorg code
      
      * test for pybind
      
      * treate as float16 as uint16_t in pybind
      
      * bind np.float16 to paddle float16
      
      * small fix
      
      * clean code
      
      * remove redundancy
      
      * fix mul_op test
      
      * address comments
      
      * small fix
      
      * add is_float16_supported func
      e26f1123
  28. 14 3月, 2018 1 次提交
  29. 12 3月, 2018 1 次提交
  30. 07 3月, 2018 1 次提交
  31. 26 2月, 2018 1 次提交
  32. 24 2月, 2018 1 次提交