1. 04 5月, 2018 2 次提交
  2. 03 5月, 2018 2 次提交
    • A
      Write the Understand Sentiment book example with stacked LSTM using new API (#10355) · 3000e994
      Abhinav Arora 提交于
      * Add understand apiu with stacked lstm for new API
      
      * Complete exam
      3000e994
    • H
      improve trainer API · a66052c6
      Helin Wang 提交于
      - The trainer and inferencer will load params from disk if param_path
        argument is not None in their constructor.
      
      - Remove params.py, we will expose core.Scope to the user if needed
        (e.g., for GAN). Currently we will not expose it, unless we clearly
        know doing so can support GAN.
      
      - Add `save_params` to Trainer (a TODO item).
      
      - rename "network" to "program"
      a66052c6
  3. 02 5月, 2018 5 次提交
  4. 27 4月, 2018 1 次提交
  5. 25 4月, 2018 1 次提交
  6. 19 4月, 2018 1 次提交
  7. 17 4月, 2018 1 次提交
  8. 13 4月, 2018 2 次提交
  9. 12 4月, 2018 1 次提交
  10. 10 4月, 2018 6 次提交
  11. 09 4月, 2018 1 次提交
  12. 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
  13. 29 3月, 2018 1 次提交
  14. 28 3月, 2018 1 次提交
  15. 20 3月, 2018 1 次提交
  16. 14 3月, 2018 1 次提交
  17. 06 3月, 2018 3 次提交
  18. 03 3月, 2018 1 次提交
  19. 27 2月, 2018 1 次提交
  20. 26 2月, 2018 1 次提交
  21. 24 2月, 2018 2 次提交