1. 15 5月, 2018 1 次提交
  2. 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
  3. 02 5月, 2018 1 次提交
  4. 27 4月, 2018 1 次提交
  5. 25 4月, 2018 1 次提交
  6. 19 4月, 2018 1 次提交
  7. 17 4月, 2018 1 次提交
  8. 13 4月, 2018 1 次提交
  9. 10 4月, 2018 2 次提交
  10. 09 4月, 2018 1 次提交
  11. 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
  12. 06 3月, 2018 1 次提交
  13. 03 3月, 2018 1 次提交
  14. 27 2月, 2018 1 次提交
  15. 24 2月, 2018 3 次提交
  16. 12 2月, 2018 3 次提交
  17. 08 2月, 2018 2 次提交
  18. 06 2月, 2018 1 次提交
  19. 31 1月, 2018 1 次提交
  20. 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
  21. 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
  22. 14 12月, 2017 1 次提交
    • Y
      Make layers as a python module (#6564) · e0698e33
      Yu Yang 提交于
      * Make cast op support bool
      
      Also add `elemwise_sub/mul/abs/clip` layers
      
      * Make fuild.layers as a module
      
      * Move layers as a module
      
      * Split layers.py into layers module
      
      * Fix CI
      
      * Fix CI
      e0698e33
  23. 04 12月, 2017 1 次提交
    • Y
      Add DataFeeder (#6102) · 2a3a1e9a
      Yu Yang 提交于
      * Add DataFeeder
      
      A v2 API like data feeder for book demos.
      We can feed data directly from reader.
      
      * Fix CI
      
      * Remove batch_size_dim for feeder
      
      Also add __all__ to data_feeder.py
      
      * Follow comment
      2a3a1e9a
  24. 28 11月, 2017 1 次提交
  25. 27 11月, 2017 3 次提交
  26. 24 11月, 2017 2 次提交
  27. 20 11月, 2017 1 次提交
  28. 17 11月, 2017 1 次提交
  29. 15 11月, 2017 2 次提交
  30. 14 11月, 2017 1 次提交