1. 07 5月, 2021 1 次提交
  2. 29 4月, 2021 1 次提交
  3. 27 4月, 2021 1 次提交
  4. 25 4月, 2021 1 次提交
  5. 11 3月, 2021 1 次提交
  6. 15 12月, 2020 1 次提交
  7. 03 12月, 2020 1 次提交
  8. 18 11月, 2020 1 次提交
  9. 31 8月, 2020 1 次提交
    • Q
      Move hapi to python/paddle root dir. (#26442) · f7fb4c22
      qingqing01 提交于
      * Move hapi form paddle/incubate to paddle
      
      * Remove vision/datasets/utils.py and clean code
      
      * Add sample code for conll05
      
      * Print pull path when saving model
      
      * Fix sample code after paramter_list of SGD is changed to parameters
      
      * Fix bug in wmt16 datase
      f7fb4c22
  10. 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
  11. 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