1. 11 5月, 2018 1 次提交
    • F
      trainer.test() (#10453) · ba57348f
      fengjiayi 提交于
      * a draft of trainer.test()
      
      * polish trainer.test()
      
      * polish trainer.test()
      
      * update code format
      
      * update
      
      * polish code
      
      * polish code
      
      * polish code
      
      * Make trainer.test follow the rule of returning [loss, metric, metric, ..]
      ba57348f
  2. 10 5月, 2018 1 次提交
  3. 09 5月, 2018 1 次提交
  4. 08 5月, 2018 3 次提交
  5. 04 5月, 2018 3 次提交
  6. 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
  7. 02 5月, 2018 5 次提交
  8. 27 4月, 2018 1 次提交
  9. 25 4月, 2018 1 次提交
  10. 19 4月, 2018 1 次提交
  11. 17 4月, 2018 1 次提交
  12. 13 4月, 2018 2 次提交
  13. 12 4月, 2018 1 次提交
  14. 10 4月, 2018 6 次提交
  15. 09 4月, 2018 1 次提交
  16. 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
  17. 29 3月, 2018 1 次提交
  18. 28 3月, 2018 1 次提交
  19. 20 3月, 2018 1 次提交
  20. 14 3月, 2018 1 次提交
  21. 06 3月, 2018 3 次提交
  22. 03 3月, 2018 1 次提交
  23. 27 2月, 2018 1 次提交