1. 11 6月, 2021 1 次提交
  2. 19 5月, 2021 1 次提交
    • G
      Optimize 102Flowers dataset reading speed (#31408) · 67c2700f
      GT-Zhang 提交于
      * Fix slow data reading, In the old version, one epoch read time of this data set was about 5371 seconds(MacBook Pro Retina, 13-inch, Early 2015 2.7 GHz), and a batch took 211 seconds, It's too painful to use. Now decompress the data in advance (about 10 seconds). Each epoch of reading takes about 3 seconds(MacBook Pro Retina, 13-inch, Early 2015 2.7 GHz), and a batch takes 0.017 seconds more.
      
      * Run CI, test=allcase
      
      * fix qq group number. test=document_fix
      
       fix qq group number. test=document_fix
      
      * fix qq group number. test=document_fix 
      
      fix qq group number. test=document_fix
      67c2700f
  3. 02 2月, 2021 1 次提交
  4. 20 1月, 2021 1 次提交
  5. 30 11月, 2020 1 次提交
  6. 30 10月, 2020 1 次提交
  7. 21 9月, 2020 1 次提交
  8. 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
  9. 21 8月, 2020 1 次提交
  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