1. 27 8月, 2020 19 次提交
  2. 26 8月, 2020 14 次提交
  3. 25 8月, 2020 7 次提交
    • W
      update the code for the topk v2 · 286eca2d
      wawltor 提交于
      add the top v2 for the paddlepaddle api 2.0
      286eca2d
    • W
      Fix atomicAdd in grid sample op and affine grid op (#26647) · f8238411
      whs 提交于
      test=develop
      f8238411
    • W
      Enhance py_func error info message. (#26557) · 32ba8602
      Wilber 提交于
      32ba8602
    • C
      Set timeout properity for a few unitests · cb3f131f
      chalsliu 提交于
      cb3f131f
    • update op_version_registry, test=develop (#26644) · 32ceacf3
      石晓伟 提交于
      32ceacf3
    • Z
      add white files(#26646) · 1fcddf57
      zhangchunle 提交于
      1fcddf57
    • L
      Update save inference model to support dygraph (#25894) · 761ed17d
      LiuChiachi 提交于
      * update save_inference_model for hapi
      
      * update save_inference_model to support dygraph
      
      * fix comments
      
      * fix comments
      
      * test=develop
      
      * test, test=develop
      
      * fix dim test, test=develop
      
      * test, test=develop
      
      * add test_export_deploy_model_dynamic
      
      * fix unittest for hapi: save_inference_model
      
      * fix code style
      
      * accept review by guoshengCS
      
      * fix coverage rate
      
      * update doc for save_inference_model and copyright
      
      * change test model back to LeNet() in test_export_deploy_model
      
      * copy jit.save, use LeNet() to test export deploy model
      
      * add return value for dygraph, and fix doc error
      
      * corrected the doc writing
      
      * Delete redundant import and correct import order in sample code.
      
      * remove 'fluid' and add prepare() and fit() in sample code
      
      * correct usage of API 2.0 in sample code
      
      * fix sample code bugs
      
      * fix code style bugs
      
      * fix test_model.py bugs
      
      * set for_inference=True
      
      * correct usage for static.InputSpec
      
      * update doc for model.save
      
      * correct usage of API 2.0
      
      * rename param name for model.save
      
      * correct for_inference as training
      761ed17d