1. 30 7月, 2020 1 次提交
  2. 20 7月, 2020 1 次提交
  3. 06 7月, 2020 1 次提交
  4. 13 5月, 2020 1 次提交
    • L
      Add vision api for hapi (#24404) · 1a0d26a4
      LielinJiang 提交于
      * add vision
      
      * fix predict, test=develop
      
      * add unittest for vision apis, test=develop
      
      * fix typos
      
      * add hapi models api, test=develop
      
      * fix code format, test=develop
      
      * fix typos, test=develop
      
      * fix sample code import, test=develop
      
      * fix sample codes, test=develop
      
      * add decompress, test=develop
      
      * rm darknet, test=develop
      
      * rm debug code, test=develop
      1a0d26a4
  5. 11 5月, 2020 1 次提交
    • Q
      Add a high-level API with traning and inference into Paddle. (#24293) · 43625bda
      qingqing01 提交于
      * Merge hapi into Paddle
      
      Hapi is a high level API for training and inference.
      The main modules include Model, Loss, Metrics, Dataset.
      Also includes common modules and models in NLP and computer vision, such as BERT, ResNet.
      
      These modules are developed by:
      0YuanZhang0, guoshengCS heavengate, LielinJiang, qingqing01, xyzhou-puck huangjun12, wangxiao1021, zhangyang.
      43625bda
  6. 23 3月, 2020 1 次提交
  7. 17 9月, 2018 1 次提交
  8. 03 9月, 2018 1 次提交
  9. 15 8月, 2018 1 次提交
  10. 26 7月, 2018 1 次提交
  11. 18 6月, 2018 1 次提交
  12. 09 6月, 2018 1 次提交
  13. 24 5月, 2018 1 次提交
  14. 18 5月, 2018 1 次提交
  15. 17 5月, 2018 2 次提交
  16. 16 5月, 2018 1 次提交
  17. 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
  18. 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
  19. 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
  20. 02 5月, 2018 4 次提交
  21. 12 2月, 2018 1 次提交
  22. 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
  23. 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
  24. 12 11月, 2016 1 次提交
  25. 28 9月, 2016 1 次提交