1. 27 12月, 2018 1 次提交
  2. 20 12月, 2018 1 次提交
  3. 09 12月, 2018 1 次提交
  4. 07 12月, 2018 2 次提交
  5. 06 12月, 2018 1 次提交
  6. 05 12月, 2018 1 次提交
    • X
      polish · 0492158d
      Xin Pan 提交于
      test=develop
      0492158d
  7. 03 12月, 2018 3 次提交
  8. 22 10月, 2018 1 次提交
  9. 15 8月, 2018 1 次提交
  10. 10 8月, 2018 1 次提交
  11. 06 8月, 2018 1 次提交
  12. 30 7月, 2018 1 次提交
  13. 26 7月, 2018 2 次提交
  14. 12 7月, 2018 1 次提交
  15. 04 5月, 2018 1 次提交
  16. 16 4月, 2018 1 次提交
  17. 29 3月, 2018 2 次提交
  18. 23 3月, 2018 1 次提交
  19. 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
  20. 26 2月, 2018 1 次提交
  21. 24 2月, 2018 3 次提交
  22. 12 2月, 2018 1 次提交
  23. 29 1月, 2018 2 次提交
  24. 24 1月, 2018 1 次提交
  25. 23 1月, 2018 1 次提交
    • Q
      Nmt model (#7340) · e7d44a20
      Qiao Longfei 提交于
      neural machine translation model support beam search with while op
      e7d44a20
  26. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  27. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  28. 09 1月, 2018 1 次提交
  29. 26 12月, 2017 1 次提交
  30. 21 12月, 2017 1 次提交
  31. 19 12月, 2017 1 次提交
  32. 06 12月, 2017 1 次提交
    • Y
      Feature/while op sentiment analysis (#6282) · 229c2e78
      Yu Yang 提交于
      * Add DataFeeder
      
      A v2 API like data feeder for book demos.
      We can feed data directly from reader.
      
      * Fix CI
      
      * Add an unittest for while/rnn op forward
      
      * Add unittest for raw while op backward
      
      * Fix CI
      
      * Complete Dynamic RNN
      229c2e78