1. 16 7月, 2020 2 次提交
    • H
      e362095e
    • H
      Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows... · d8fe517b
      Huihuang Zheng 提交于
      Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows Cannot be Supported in SimNet (#25536)
      
      This PR fixes a bug that SelectedRows cannot be supported in SimNet. The reason of this bug is that dygraph basic_engine didn't copy var's type when the var needs to be accumulated during backward. So when a var is SelectedRows and needs to be accumulated, like SimNet which calls net for two times, the var's type will be changed to default LoDTensor thus bug happens. To fix it, we just also copy the type.
      
      Without this PR, the accumulated SelectedRows parameters in dygraph will be changed into LoDTensor. So when we fixed the bug of supporting SelectedRows in SimNet, we found `test_imperative_lod_tensor_to_selected_rows` failed and threw the error that SelectedRows was not supported for Transpose OP. To fix it, too, this PR also added support for SelectedRows for Transpose OP.
      d8fe517b
  2. 15 7月, 2020 5 次提交
  3. 14 7月, 2020 2 次提交
    • Y
      modify flip test=develop (#25312) · 5d3766ff
      yaoxuefeng 提交于
      According to paddle 2.0 standard
      1, change flip api attr name 'dim' to 'axis'.
      2, support empty axis
      3, change example code to imperative mode.
      5d3766ff
    • C
      [Dy2static] Refactor ProgramTranslator save_inference_model API (#24989) · 41d22472
      Chen Weihang 提交于
      * experimental refactoring, test=develop
      
      * add TranslatedLayer & remove StaticModelRunner, test=develop
      
      * revert tracedlayer change, test=develop
      
      * fix test_mnist unittest error, test=develop
      
      * add doc & examples, test=develop
      
      * polish doc details, test=develop
      
      * add imperative.jit module, test=develop
      
      * change TranslatedLayer pos, test=develop
      
      * adjust jit module import path, test=develop
      
      * polish doc based review result
      
      * add SaveLoadConfig.separate_params to save paraams separately
      
      * add Layer.buffer support, test=develop
      
      * polish doc details based review result, test=develop
      
      * polish details baesd review comments, test=develop
      
      * add empty str check for param, test=develop
      
      * add unittests, test=develop
      
      * polish details based review comment, test=develop
      
      * remove blanks in comment, test=develop
      
      * polish doc details, test=develop
      
      * update imperative doc link, test=develop
      
      * add api attr for load, test=develop
      41d22472
  4. 13 7月, 2020 3 次提交
  5. 11 7月, 2020 2 次提交
  6. 10 7月, 2020 2 次提交
  7. 09 7月, 2020 1 次提交
  8. 08 7月, 2020 4 次提交
  9. 07 7月, 2020 2 次提交
  10. 06 7月, 2020 2 次提交
  11. 03 7月, 2020 1 次提交
  12. 02 7月, 2020 1 次提交
    • Y
      Add `matrix_nms_op` (#24400) · 6d6efafe
      Yang Zhang 提交于
      * Add `matrix_nms_op`
      
      test=develop
      
      * Make ci happy
      
      test=develop
      
      * Exit early when no detection
      
      test=develop
      
      * Fix license year
      
      test=develop
      
      * Output index as well
      
      test=develop
      
      * Match nms2 lod behavior and add `return_index` flag
      
      test=develop
      
      * Make CI happy
      
      test=develop
      
      * Fix wording
      
      test=develop
      6d6efafe
  13. 01 7月, 2020 1 次提交
  14. 30 6月, 2020 3 次提交
  15. 29 6月, 2020 1 次提交
  16. 28 6月, 2020 1 次提交
  17. 26 6月, 2020 1 次提交
  18. 23 6月, 2020 1 次提交
    • A
      Refactor of conv fp32 oneDNN operator (#25137) · bd0b38e6
      Adam 提交于
      * Refactor of conv fp32 oneDNN operator
      test=develop
      
      * Formatting fix
      test=develop
      
      * Return Enforces
      test=develop
      
      * GetWeights improvements
      test=develop
      bd0b38e6
  19. 21 6月, 2020 1 次提交
  20. 18 6月, 2020 1 次提交
  21. 17 6月, 2020 2 次提交
  22. 16 6月, 2020 1 次提交