1. 08 1月, 2020 1 次提交
    • D
      Support prroi_pool_op with Tensor and LoDTensor rois (#20649) · 6ea38091
      Double_V 提交于
      1. Add a new input named batch_roi_nums for prroi_pool_op. batch_roi_nums includes the number of roi for each image in batch when rois is Tensor. This information is saved in rois's lod when rois is LoDTensor.
      2. add grad check to prroi_pool_op and solve unnormal X grad diff in CPU.
      6ea38091
  2. 06 1月, 2020 1 次提交
  3. 03 1月, 2020 1 次提交
  4. 02 1月, 2020 1 次提交
  5. 31 12月, 2019 2 次提交
  6. 24 12月, 2019 1 次提交
  7. 17 12月, 2019 1 次提交
  8. 16 12月, 2019 1 次提交
  9. 06 12月, 2019 1 次提交
  10. 05 12月, 2019 1 次提交
  11. 03 12月, 2019 2 次提交
  12. 02 12月, 2019 1 次提交
  13. 01 12月, 2019 1 次提交
  14. 28 11月, 2019 3 次提交
  15. 27 11月, 2019 1 次提交
  16. 26 11月, 2019 1 次提交
  17. 22 11月, 2019 1 次提交
  18. 21 11月, 2019 1 次提交
  19. 19 11月, 2019 1 次提交
    • Y
      fix data_norm op to avoid impractical normalization result test=develop (#21152) · b5d8ba83
      yaoxuefeng 提交于
      * fix auc drop first commit test=develop
      
      * update datanorm op
      
      * update datanorm with enforce test=develop
      
      * update test=develop
      
      * update format test=develop
      
      * update format
      
      * update format test=develop
      
      * add unit test test=develop
      
      * update unit test test=develop
      
      * update format test=develop
      
      * update format test=develop
      
      * update API description test=develop
      
      * update API description test=develop
      
      * update format test=develop
      
      * fix codes as comments test=develop
      
      * fix description as comments test=develop
      
      * fix description as comments test=develop
      
      * update codes.. test=develop
      b5d8ba83
  20. 18 11月, 2019 1 次提交
    • Z
      modified error message and API doc for channel_last supported Op (#21002) · 9cbe7bcc
      Zhang Ting 提交于
      * modified error message for conv and conv_transpose, test=develop
      
      * modified doc of conv and conv_transpose op, test=develop
      
      * modified the expression for error message, test=develop
      
      * modified error message for group_norm op, test=develop
      
      * modified detail of Attr(data_format) or Attr(data_layout)
      
      * add ValueError in API doc for maxout op, test=develop
      9cbe7bcc
  21. 14 11月, 2019 2 次提交
  22. 12 11月, 2019 2 次提交
  23. 08 11月, 2019 1 次提交
  24. 06 11月, 2019 3 次提交
  25. 04 11月, 2019 1 次提交
  26. 31 10月, 2019 2 次提交
  27. 29 10月, 2019 3 次提交
    • L
      support Tensor for split and concat, support -1 in num_or_sections, add check... · 6802539a
      liym27 提交于
      support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
      
      * improve split and concat op:
      1. support Tensor for argument 'dim' in split op.
      2. support Tensor for argument 'axis' in concat op.
      test=develop
      
      * redefine function GetDataFromTensor and set unknown output shape to - 1.
      test=develop
      
      * add check: Attr(sections) match Input(X). test=develop
      
      * support Tensor for attr(sections) and attr(sections) can contain -1.
      add check for attr(sections).
      test=develop
      
      * modify error message for concat and call Resize only when necessary. test=develop
      6802539a
    • L
      improve unsqueeze op to support int, Tensor for argument axes (#20824) · 84d221b6
      liym27 提交于
      * improve unsqueeze op to support int, Tensor and Tensor list for argument axes.
      test=develop
      
      * call Resize only when necessary. test=develop
      84d221b6
    • S
      Make shape tensor support int32 (#20757) · 03d7f3dd
      silingtong123 提交于
      *  Make shape tensor support int32
      03d7f3dd
  28. 28 10月, 2019 1 次提交
  29. 24 10月, 2019 1 次提交