1. 28 7月, 2020 2 次提交
  2. 27 7月, 2020 1 次提交
  3. 24 7月, 2020 1 次提交
    • Q
      Refine Model of high level API (#25559) · b5f8784c
      qingqing01 提交于
      * Refine Model
      
      1. Take the network (instance of Layer) as the input of Model.
      2. Refine set_dict/load_dict of Layer.
      3. Refine Input interface, so update code sample about Input
      b5f8784c
  4. 23 7月, 2020 2 次提交
  5. 21 7月, 2020 1 次提交
  6. 20 7月, 2020 3 次提交
    • T
      update patchelf to v0.10 (#25504) · 273ee7d3
      Tao Luo 提交于
      273ee7d3
    • Y
      Add check for setting TIMEOUT properties,test=develop (#25415) · a0902a23
      YUNSHEN XIE 提交于
      * add add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add check for setting TIMEOUT properties, test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * modify the github wiki link,test=document_fix test=develop
      a0902a23
    • F
      Remove the obsolete Dockerfile file (#25604) · 166a1ded
      feng626 提交于
      166a1ded
  7. 16 7月, 2020 2 次提交
  8. 08 7月, 2020 2 次提交
  9. 07 7月, 2020 2 次提交
  10. 06 7月, 2020 1 次提交
  11. 29 6月, 2020 1 次提交
  12. 12 6月, 2020 1 次提交
  13. 11 6月, 2020 1 次提交
  14. 08 6月, 2020 1 次提交
  15. 04 6月, 2020 2 次提交
  16. 03 6月, 2020 1 次提交
  17. 27 5月, 2020 2 次提交
  18. 26 5月, 2020 1 次提交
  19. 25 5月, 2020 2 次提交
    • C
      Add pr checker for ut (#24628) · 33fc690f
      chalsliu 提交于
      * Add pr checker for ut
      
      test=develop
      
      * Change approvers for ut spec checking
      
      test=document_fix
      
      * Change approvers for ut spec checking
      
      test=develop
      test=document_fix
      
      * Add comments
      
      test=develop
      test=document_fix
      
      * Refine error message
      
      test=develop
      test=document_fix
      33fc690f
    • C
      Polish reader folder error message (#24698) · 7fa9f16c
      Chen Weihang 提交于
      * polish reader error message, test=develop
      
      * fix detail error, test=develop
      
      * reset activation dcudnn change, test=develop
      7fa9f16c
  20. 21 5月, 2020 1 次提交
  21. 20 5月, 2020 2 次提交
  22. 18 5月, 2020 2 次提交
  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. 13 5月, 2020 2 次提交
  25. 12 5月, 2020 2 次提交
  26. 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