1. 15 10月, 2019 1 次提交
  2. 19 9月, 2019 1 次提交
  3. 10 9月, 2019 1 次提交
  4. 06 9月, 2019 1 次提交
  5. 16 8月, 2019 1 次提交
  6. 21 5月, 2019 1 次提交
    • Y
      Add LAMB Optimizer support (#17489) · f9796b12
      Yibing Liu 提交于
      * Add LAMB optimizer
      
      * Expose LAMB Optimizer's APIs
      
      test=develop, test=document_preview
      
      * Cleanup code & doc
      
      test=develop, test=document_preview
      
      * Update lamb optimizer's formula
      
      test=develop
      f9796b12
  7. 16 5月, 2019 1 次提交
    • J
      init auto loss scaling (#17194) · 30e178fa
      Jie Fang 提交于
      * init auto loss scaling
      
      test=develop
      
      * change API.spec
      
      * change ifelse to switch and use reduce_sum to optimize checking isfinite
      
      test=develop
      
      * Remove redundant code
      
      test=develop
      30e178fa
  8. 25 4月, 2019 1 次提交
    • Y
      Init mixed precision training interface (#16856) · beda7825
      Yibing Liu 提交于
      * Init mixed precision training interface
      
      * Add fp16 test script
      
      test=develop
      
      * All initializers support float16
      
      test=develop
      
      * Code cleanup & add more code annotations
      
      test=develop
      
      * Update API spec
      
      test=develop
      
      * Add usage example in doc
      
      test=develop
      beda7825
  9. 25 11月, 2018 1 次提交
  10. 19 9月, 2018 1 次提交
  11. 23 8月, 2018 2 次提交
  12. 22 8月, 2018 1 次提交
  13. 15 8月, 2018 1 次提交
  14. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
  15. 26 7月, 2018 2 次提交
  16. 20 6月, 2018 1 次提交
  17. 15 5月, 2018 1 次提交
  18. 04 5月, 2018 1 次提交
    • K
      Add float16 demo code and put float16 work in contrib/float16 folder (#10331) · 7a860694
      Kexin Zhao 提交于
      * add test float16 inference accuracy example
      
      * complete the test
      
      * clean code
      
      * add argument parse and refine tests
      
      * add shell script
      
      * add float16 benchmark code
      
      * refine code
      
      * prepare for contrib/float16
      
      * put things in contrib float16 folder
      
      * update benchmark result
      
      * further update benchmark report
      
      * add float16 inference report
      
      * update report
      7a860694
  19. 02 5月, 2018 1 次提交
  20. 27 4月, 2018 1 次提交
  21. 25 4月, 2018 1 次提交
  22. 19 4月, 2018 1 次提交
  23. 17 4月, 2018 1 次提交
  24. 13 4月, 2018 1 次提交
  25. 10 4月, 2018 2 次提交
  26. 09 4月, 2018 1 次提交
  27. 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
  28. 06 3月, 2018 1 次提交
  29. 03 3月, 2018 1 次提交
  30. 27 2月, 2018 1 次提交
  31. 24 2月, 2018 3 次提交
  32. 12 2月, 2018 3 次提交
  33. 08 2月, 2018 1 次提交