1. 03 1月, 2023 1 次提交
  2. 15 12月, 2022 1 次提交
    • [FluidAPI] remove fluid rnn apis (#49050) · 4672ea8e
      骑马小猫 提交于
      * remove lstm api
      
      * remove gru_unit api
      
      * remove lstm in all
      
      * remove beam-search
      
      * remove beam_search slot
      
      * remove lstm test code
      
      * remove fluid.layers.nn api
      
      * update gru-unit
      
      * revert gru_unit white list
      4672ea8e
  3. 08 12月, 2022 1 次提交
  4. 01 12月, 2022 1 次提交
  5. 29 11月, 2022 1 次提交
  6. 25 11月, 2022 1 次提交
  7. 21 11月, 2022 1 次提交
  8. 23 10月, 2022 1 次提交
  9. 10 10月, 2022 1 次提交
  10. 27 9月, 2022 1 次提交
  11. 05 7月, 2022 1 次提交
  12. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  13. 28 2月, 2020 1 次提交
  14. 13 12月, 2018 1 次提交
  15. 18 9月, 2018 1 次提交
  16. 15 8月, 2018 1 次提交
  17. 26 7月, 2018 2 次提交
  18. 10 7月, 2018 1 次提交
  19. 26 6月, 2018 1 次提交
  20. 20 6月, 2018 1 次提交
  21. 24 5月, 2018 2 次提交
  22. 15 5月, 2018 1 次提交
  23. 08 5月, 2018 1 次提交
  24. 02 5月, 2018 1 次提交
  25. 31 3月, 2018 1 次提交
    • H
      Make paddle.fluid no longer depends on paddle.v2 · bcf7c36b
      Helin Wang 提交于
      In this way we can build and test using WITH_FLUID_ONLY flag being set
      to ON.
      
      - move paddle.v2.dataset,reader to paddle.dataset,reader
      - remove unused code (which depends on v2) in paddle.dataset,reader
      bcf7c36b
  26. 06 3月, 2018 1 次提交
  27. 27 2月, 2018 1 次提交
  28. 24 2月, 2018 3 次提交
  29. 23 2月, 2018 1 次提交
  30. 16 2月, 2018 1 次提交
  31. 12 2月, 2018 2 次提交
  32. 10 2月, 2018 1 次提交
  33. 08 2月, 2018 1 次提交
  34. 30 1月, 2018 1 次提交
  35. 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