1. 10 9月, 2020 1 次提交
  2. 07 9月, 2020 1 次提交
  3. 04 9月, 2020 1 次提交
  4. 03 9月, 2020 1 次提交
  5. 31 8月, 2020 1 次提交
  6. 30 8月, 2020 1 次提交
  7. 29 8月, 2020 1 次提交
  8. 25 8月, 2020 1 次提交
  9. 22 8月, 2020 1 次提交
  10. 21 8月, 2020 1 次提交
  11. 20 8月, 2020 1 次提交
  12. 17 8月, 2020 1 次提交
  13. 13 8月, 2020 1 次提交
  14. 11 8月, 2020 1 次提交
    • P
      Paddle-2.0 API directory migration (#25898) · 2efcb481
      pangyoki 提交于
      * Directory migration, test=develop
      
      * Change imperative from paddle init to paddle framework, test=develop
      
      * Fixed jit bug, test=develop
      
      * default static mode, test=develop
      
      * fixed format and create parameter belongs to framework, test=develop
      
      * Fixed import package, test=develop
      
      * fix __init__ format, test=develop
      
      * fixed alias problem
      
      * fixed paddle.enable_imperative problems, test=develop
      
      * Add unittest
      
      * delete install_check comment
      
      * Fixed unittest timeout
      
      * fixed unittest error
      
      * move Program default_xx_program to static package
      
      * optimize unittest method
      
      * fixed framework __init__ format
      
      * fixed jit path
      
      * delete alias
      
      * move jit to paddle
      
      * Fixed unittest format
      
      * fixed paddle.default_main_program
      
      * Fixed save load API in paddle __init__.py
      
      * fixed ci paddle.imperative.to_variable
      2efcb481
  15. 10 8月, 2020 1 次提交
  16. 05 8月, 2020 1 次提交
  17. 04 8月, 2020 1 次提交
  18. 03 8月, 2020 1 次提交
  19. 29 7月, 2020 1 次提交
  20. 23 7月, 2020 1 次提交
  21. 20 7月, 2020 1 次提交
  22. 06 7月, 2020 1 次提交
  23. 14 5月, 2020 1 次提交
    • G
      Add hapi.text and corresponding unit test. (#24457) · aa02e347
      Guo Sheng 提交于
      * Add hapi.text and corresponding unit test.
      test=develop
      
      * Remove hapi.text apis' reuse parameter args for coverage.
      test=develop
      
      * Fix TransformerCell and TransformerBeamSearchDecoder example codes.
      test=develop
      
      * Fix example codes in hapi.text.
      test=develop
      
      * Add some apis in hapi.text into example code white list.
      test=develop
      
      * Fix example code of DynamicDecode in hapi.text.
      text=develop
      
      * Rename Model.self as model in test_text.py
      test=develop
      aa02e347
  24. 23 3月, 2020 1 次提交
  25. 17 9月, 2018 1 次提交
  26. 03 9月, 2018 1 次提交
  27. 15 8月, 2018 1 次提交
  28. 26 7月, 2018 1 次提交
  29. 18 6月, 2018 1 次提交
  30. 09 6月, 2018 1 次提交
  31. 24 5月, 2018 1 次提交
  32. 18 5月, 2018 1 次提交
  33. 17 5月, 2018 2 次提交
  34. 16 5月, 2018 1 次提交
  35. 12 5月, 2018 1 次提交
    • Q
      Add inferencer infer (#10445) · 2a971f30
      Qiao Longfei 提交于
      * add Inference.infer
      
      * optimize code
      
      * update no_test_word2vec_new_api.py
      
      * update trainer
      
      * split check_and_get_place
      
      * use inference_program to save inference model in Trainer
      
      * update demo
      
      * update save_inference_model
      
      * clean code
      2a971f30
  36. 05 5月, 2018 1 次提交
    • J
      Trainer save load params (#10386) · bd66eed5
      Jeff Wang 提交于
      * Load/save the params from the params_path
      
      * Switch to use load_persistables and save_persistables
      
      * Instaed of setup the executor to run program and scope. Pass the program to the load_persistables
      bd66eed5
  37. 03 5月, 2018 1 次提交
    • 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
  38. 02 5月, 2018 2 次提交