1. 28 3月, 2023 1 次提交
    • K
      [Test Mv]mv dataset test (#52148) · 431e8dbd
      Kim 提交于
      * mv python/paddle/dataset/tests/ test/dataset/
      
      * use path to get file path
      
      * add dataset
      
      * remove cmake entry
      
      * add all ops
      
      * solve conflicts
      431e8dbd
  2. 29 11月, 2022 1 次提交
  3. 23 10月, 2022 1 次提交
  4. 14 10月, 2022 1 次提交
  5. 27 9月, 2022 1 次提交
  6. 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
  7. 29 4月, 2021 1 次提交
  8. 15 8月, 2018 1 次提交
  9. 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
  10. 12 2月, 2018 1 次提交
  11. 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
  12. 10 5月, 2017 2 次提交
  13. 27 2月, 2017 1 次提交
  14. 23 2月, 2017 1 次提交
  15. 12 12月, 2016 1 次提交
  16. 08 12月, 2016 1 次提交
    • X
      Correctly handling multiple calls to parse_config() · 3cf7337f
      xuwei06 提交于
      To solve this, we maintain the list of DefaultNameFactory used in by trainer_config_helper,
      and reset the state at the beginning of each parse_config call.
      
      Change-Id: I13c7574dc8f0b6bc6f6b7c92eb425e2c52c926e8
      3cf7337f
  17. 12 11月, 2016 1 次提交
  18. 29 8月, 2016 1 次提交