1. 12 4月, 2018 1 次提交
    • 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
  2. 11 4月, 2018 1 次提交
  3. 04 4月, 2018 1 次提交
  4. 03 4月, 2018 3 次提交
  5. 02 4月, 2018 4 次提交
  6. 29 3月, 2018 2 次提交
  7. 28 3月, 2018 3 次提交
  8. 26 3月, 2018 1 次提交
    • D
      Add lrn layer (#9157) · 54a85b7b
      dragonwarrior 提交于
      * add LRN layer for fluid
      
      * add LRN layer for fluid
      
      * add documentation for LRN layer
      
      * add paper reference for LRN layer
      
      * add seperate documentation for LRN layer
      
      * rm lrn.py in doc/fluid/dev/src
      
      * change code style in lrn
      
      * fix style of comments in lrn
      54a85b7b
  9. 22 3月, 2018 1 次提交
  10. 21 3月, 2018 1 次提交
    • J
      - Softmax MKLDNN primitive integration · 3b95b55f
      Jacek Czaja 提交于
      removed diagnostic
      
      - Added Unit tests for Softmax MKLDNN Forward
      
      Added fix for div by 0 to happen in cross_entropy backward
      
      Conflicts:
      	paddle/fluid/operators/CMakeLists.txt
      
      - Cosmetic fixes to SoftMax MKLDNN fluid operator
      
      Added misssing softmax fluid operator file
      
      Disabled MKLDNN softmax operator by default
      
      Fix to softmax op unittest merge
      
      clang_formater fixes
      
      clang_formatter fixes
      
      - Name changing of softmax mkldnn operator to maintin consistency
        across codebase
      
      - updated comment
      
      fix to comment
      3b95b55f
  11. 20 3月, 2018 1 次提交
  12. 19 3月, 2018 3 次提交
  13. 16 3月, 2018 1 次提交
  14. 15 3月, 2018 1 次提交
    • D
      [Speed]implement cudnn sequence softmax cudnn (#8978) · 128adf53
      dzhwinter 提交于
      * "add softmax cudnn functor support"
      
      * "add testing"
      
      * "refine cmakelist"
      
      * "sequence softmax forward speed up"
      
      * "add softmax grad"
      
      * "fix sequence softmax test"
      
      * "add double precision'
      
      * "fix softmax test"
      
      * "add softmax cudnn support"
      
      * "fix softmax cudnn test"
      
      * "add softmax to nn.py"
      
      * "fix compile bug"
      
      * "refine cmakelist"
      
      * "fix ci"
      
      * "fix based on comment"
      
      * "fix based on comments"
      
      * "fix ci"
      128adf53
  15. 14 3月, 2018 1 次提交
  16. 13 3月, 2018 1 次提交
  17. 10 3月, 2018 1 次提交
  18. 09 3月, 2018 1 次提交
  19. 07 3月, 2018 2 次提交
  20. 05 3月, 2018 2 次提交
  21. 02 3月, 2018 1 次提交
  22. 28 2月, 2018 1 次提交
  23. 27 2月, 2018 1 次提交
  24. 26 2月, 2018 2 次提交
  25. 24 2月, 2018 3 次提交