1. 22 11月, 2018 1 次提交
  2. 16 11月, 2018 1 次提交
  3. 12 11月, 2018 1 次提交
  4. 10 11月, 2018 1 次提交
  5. 07 11月, 2018 1 次提交
    • C
      Add fp16 backward support (#14202) · a9b5d42d
      chengduo 提交于
      * add fp16 backward support
      test=develop
      
      * add sum_op fp16 test
      
      * disable test_dist_save_load
      test=develop
      
      * add check_grad for sum
      
      * add unit test for softmax_grad fp16
      test=develop
      
      * add scale_op unit test
      
      * add mul_grad_op unit test for fp16
      
      * add cross_entropy_grad and eman_grad unit test for fp16
      test=develop
      
      * fix cross_entropy unit test
      
      * add pool2d fp16 unit test
      
      * refine conv2d fp16 unit test
      test=develop
      
      * refine activation unit test
      test=develop
      
      * fix ci
      test=develop
      
      * follow zhihong's comment, copy from https://github.com/PaddlePaddle/Paddle/pull/12796
      test=develop
      a9b5d42d
  6. 21 9月, 2018 2 次提交
  7. 20 9月, 2018 3 次提交
    • Y
      Revert "Revert "Merge pull request #13431 from chengduoZH/refine_lod"" · 6d2c6f96
      Yu Yang 提交于
      This reverts commit a6c8d6b9.
      6d2c6f96
    • Y
      Revert "Merge pull request #13431 from chengduoZH/refine_lod" · a6c8d6b9
      Yu Yang 提交于
      This reverts commit bd79e046, reversing
      changes made to 6b4d290c.
      a6c8d6b9
    • C
      Feature/op_fuse_pass (#12440) · d402234b
      chengduo 提交于
      * Add Preface
      
      * Add demo code
      
      * Save file
      
      * Refine code
      
      * seems can work
      
      * use elementwise strategy
      
      * Use ElementwiseComputeEx
      
      * Add comments
      
      * extract functions from operator
      
      * Refine code
      
      * Follow comment
      
      * code refine
      
      * add op_fuse  pass
      
      * add backward
      
      * code refine
      
      * use TopologySortOperations
      
      * follow comments
      
      * refine IsFusible
      
      * code enhance
      
      * fix op_fusion_pass
      
      * refine code
      
      * refine fuse_elemwise_act_op
      
      * adjust the input and output
      
      * refine logic
      
      * add intermediate_edge
      
      * disable inplace
      
      * follow comments
      
      * refine logic
      
      * follow comments
      
      * Remove the removable IntermediateOut
      
      * change strategy
      
      * code refine
      
      * enable fuse backward
      
      * code refine
      
      * code refine
      
      * rename unit test
      
      * follow comments
      d402234b
  8. 18 9月, 2018 1 次提交
  9. 06 9月, 2018 1 次提交
  10. 05 9月, 2018 1 次提交
    • Q
      Add centered mode rmsprop (#13161) · 6e03f790
      Qiao Longfei 提交于
      * rmsprop optimizer support v1 mode
      
      * typo
      
      * optimize code
      
      * refine code
      
      * optimize unit test
      
      * update test_rmsprop_op.py
      
      * update formula of rmsprop
      
      * optimize document
      
      * update API.spec for RMSPropOptimizer
      
      * add default value to check_output_with_place equal_nan
      6e03f790
  11. 30 8月, 2018 1 次提交
    • C
      Enhance fused_elementwise_activation_op (#12837) · 3bd1d22a
      chengduo 提交于
      * Enhance the function of fused_elementwise_activation_op
      
      * enhance unit test
      
      * Clean Code And Add Doc
      
      * Add compound functors
      
      * Fix doc and enhance unit test
      
      * define Dx and Dy for d_binary_func
      
      * add mul_scale
      
      * add mul_scale
      
      * add elementwise_mul
      
      * code refine
      
      * code refine
      
      * add doc
      
      * add  AsIntermediate
      3bd1d22a
  12. 22 8月, 2018 1 次提交
  13. 21 8月, 2018 1 次提交
  14. 20 8月, 2018 1 次提交
  15. 15 8月, 2018 1 次提交
  16. 14 8月, 2018 1 次提交
  17. 10 8月, 2018 1 次提交
  18. 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
  19. 01 8月, 2018 1 次提交
  20. 26 7月, 2018 2 次提交
  21. 24 7月, 2018 1 次提交
  22. 11 7月, 2018 1 次提交
  23. 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
  24. 07 6月, 2018 1 次提交
  25. 30 5月, 2018 1 次提交
  26. 28 5月, 2018 2 次提交
  27. 26 5月, 2018 1 次提交
    • W
      Polygon box transform op for OCR East detection. (#10802) · 376c948e
      whs 提交于
      * Add quad transform.
      
      * Fix some syntax error.
      
      * Fix CUDA kernel launch configure.
      
      * Generalize geometry channels.
      
      * Rename QuadTransform to PolygonRestore.
      
      * Rename op.
      
      * Rename op and fix computation.
      
      * Modify CMakeLists.txt for box_restore op.
      
      * Refine code:
      1. rename op
      2. uncomment unitest on GPU
      376c948e
  28. 16 5月, 2018 1 次提交
  29. 02 4月, 2018 1 次提交
  30. 29 3月, 2018 1 次提交
  31. 23 3月, 2018 2 次提交
  32. 21 3月, 2018 1 次提交
  33. 17 3月, 2018 1 次提交
  34. 16 3月, 2018 1 次提交