1. 14 5月, 2020 11 次提交
  2. 13 5月, 2020 16 次提交
  3. 12 5月, 2020 5 次提交
  4. 11 5月, 2020 2 次提交
    • 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
    • X
      fix rnn check_type list error (#24346) · 4af3ec0f
      Xing Wu 提交于
      * fix rnn check_type list error
      
      * tigger ci, test=develop
      
      * update modify, test=develop
      4af3ec0f
  5. 09 5月, 2020 5 次提交
  6. 08 5月, 2020 1 次提交
    • H
      Fix np ndarray mul varbase (#24331) · 6d8dcc74
      hong 提交于
      * fix numpy ndarray mul var base error; test=develop
      
      * add comment for __array_ufunc__ ; test=develop
      
      * move unitest from imperative math op path to test_math_op_patch_var_base;
      test=develop
      6d8dcc74