1. 07 12月, 2018 2 次提交
  2. 06 12月, 2018 1 次提交
  3. 05 12月, 2018 1 次提交
    • X
      polish · 0492158d
      Xin Pan 提交于
      test=develop
      0492158d
  4. 03 12月, 2018 3 次提交
  5. 22 10月, 2018 1 次提交
  6. 15 8月, 2018 1 次提交
  7. 10 8月, 2018 1 次提交
  8. 06 8月, 2018 1 次提交
  9. 30 7月, 2018 1 次提交
  10. 26 7月, 2018 2 次提交
  11. 12 7月, 2018 1 次提交
  12. 04 5月, 2018 1 次提交
  13. 16 4月, 2018 1 次提交
  14. 29 3月, 2018 2 次提交
  15. 23 3月, 2018 1 次提交
  16. 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
  17. 26 2月, 2018 1 次提交
  18. 24 2月, 2018 3 次提交
  19. 12 2月, 2018 1 次提交
  20. 29 1月, 2018 2 次提交
  21. 24 1月, 2018 1 次提交
  22. 23 1月, 2018 1 次提交
    • Q
      Nmt model (#7340) · e7d44a20
      Qiao Longfei 提交于
      neural machine translation model support beam search with while op
      e7d44a20
  23. 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
  24. 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
  25. 09 1月, 2018 1 次提交
  26. 26 12月, 2017 1 次提交
  27. 21 12月, 2017 1 次提交
  28. 19 12月, 2017 1 次提交
  29. 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
  30. 05 12月, 2017 1 次提交
  31. 29 11月, 2017 1 次提交
  32. 28 11月, 2017 1 次提交
    • Y
      Feature/remove g program (#5930) · 0aceeee1
      Yu Yang 提交于
      * Unify fluid submodules to fluid module
      
      Change books just use `import fluid`, not submodules
      
      * Remove g_main_program/g_startup_program
      
      Use default_main_program/default_startup_program instead
      
      * Typo
      
      * Fix CI
      0aceeee1