1. 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
  2. 12 2月, 2018 1 次提交
  3. 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
  4. 15 8月, 2017 1 次提交
  5. 01 8月, 2017 1 次提交
    • Y
      Add start_record interface (#3128) · ec9d4d52
      Yancey 提交于
      * add start_record interface
      
      * call master client in reader
      
      * update
      
      * add demo code in comments
      
      * update comments
      
      * delete unittest for recordio reader
      ec9d4d52
  6. 29 6月, 2017 1 次提交
  7. 26 6月, 2017 1 次提交
  8. 24 6月, 2017 1 次提交
  9. 22 6月, 2017 1 次提交
  10. 21 6月, 2017 1 次提交
  11. 27 2月, 2017 1 次提交
  12. 23 2月, 2017 1 次提交
  13. 12 12月, 2016 1 次提交
  14. 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
  15. 12 11月, 2016 1 次提交
  16. 29 8月, 2016 1 次提交