1. 14 10月, 2020 1 次提交
  2. 13 10月, 2020 1 次提交
    • C
      【paddle.fleet】Update fleetrun & ps-heter (#27472) · c5f2802d
      Chengmo 提交于
      * refine fleetrun.ps_launch
      
      * update fleet run for multi device support
      
      * ps_graph support ps-gpu
      
      * fix heter save
      
      * add heter save unittest
      
      * fix unittest & simple code
      
      * update fleetrun
      
      * fix fleetrun
      
      * fix launch barrier
      
      * fix role maker
      
      * add paddlecloud rolemaker unittest
      
      * rename heter_worker_device_guard
      c5f2802d
  3. 30 9月, 2020 1 次提交
  4. 29 9月, 2020 2 次提交
  5. 28 9月, 2020 3 次提交
  6. 27 9月, 2020 1 次提交
  7. 23 9月, 2020 1 次提交
  8. 20 9月, 2020 1 次提交
    • T
      【paddle.fleet】Fix/role maker api fix (#27326) · d6b54de4
      tangwei12 提交于
      * fix fleet util and gloo
      
      * fix worker endpoints
      
      * fix
      
      * fix UT
      
      * fix gloo
      
      * fix gloo
      
      * update gloo
      
      * update gloo
      
      * update gloo
      
      * update gloo
      
      * update gloo
      
      * fix gloo wrapper for hdfs
      
      * add file gloo and UT
      
      * fix UT
      
      * fix UT
      
      * fix UT
      
      * hide public method of RoleMaker
      
      * fix UT
      
      * GPU fleetrun support gloo
      
      * parameterserver fleetrun support gloo
      
      * add UT
      
      * add UT
      
      * fix UT
      
      * fix get server endpoint
      
      * fix get server endpoint
      
      * fix UT
      
      * hide public method of rolemaker
      
      * hide public method of rolemaker
      
      * hide public method of rolemaker
      
      * Update test_fleet_rolemaker_new.py
      
      * hide public method of rolemaker
      
      * hide public method of rolemaker
      d6b54de4
  9. 18 9月, 2020 1 次提交
  10. 17 9月, 2020 1 次提交
  11. 03 9月, 2020 1 次提交
  12. 30 8月, 2020 1 次提交
  13. 29 8月, 2020 1 次提交
  14. 22 8月, 2020 1 次提交
  15. 18 8月, 2020 1 次提交
  16. 13 8月, 2020 1 次提交
  17. 07 8月, 2020 1 次提交
  18. 06 7月, 2020 1 次提交
  19. 23 3月, 2020 1 次提交
  20. 17 9月, 2018 1 次提交
  21. 03 9月, 2018 1 次提交
  22. 15 8月, 2018 1 次提交
  23. 26 7月, 2018 1 次提交
  24. 18 6月, 2018 1 次提交
  25. 09 6月, 2018 1 次提交
  26. 24 5月, 2018 1 次提交
  27. 18 5月, 2018 1 次提交
  28. 17 5月, 2018 2 次提交
  29. 16 5月, 2018 1 次提交
  30. 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
  31. 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
  32. 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
  33. 02 5月, 2018 4 次提交