1. 11 6月, 2021 1 次提交
  2. 27 4月, 2021 1 次提交
    • X
      Support list and tuple for args. (#32344) · a08a118d
      xiemoyuan 提交于
      * Support list and tuple for parameters of layer_norm, multiprocess_reader, DatasetFolder and ImageFolder.
      
      * add unittest for layer_norm.
      
      * add require gpu for example.
      a08a118d
  3. 20 1月, 2021 1 次提交
  4. 13 1月, 2021 1 次提交
  5. 18 11月, 2020 1 次提交
  6. 20 10月, 2020 1 次提交
  7. 21 9月, 2020 1 次提交
  8. 18 9月, 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. 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