1. 17 12月, 2019 1 次提交
  2. 16 12月, 2019 1 次提交
  3. 06 12月, 2019 1 次提交
  4. 05 12月, 2019 1 次提交
  5. 03 12月, 2019 2 次提交
  6. 02 12月, 2019 1 次提交
  7. 01 12月, 2019 1 次提交
  8. 28 11月, 2019 3 次提交
  9. 27 11月, 2019 1 次提交
  10. 26 11月, 2019 1 次提交
  11. 22 11月, 2019 1 次提交
  12. 21 11月, 2019 1 次提交
  13. 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
  14. 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
  15. 14 11月, 2019 2 次提交
  16. 12 11月, 2019 2 次提交
  17. 08 11月, 2019 1 次提交
  18. 06 11月, 2019 3 次提交
  19. 04 11月, 2019 1 次提交
  20. 31 10月, 2019 2 次提交
  21. 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
  22. 28 10月, 2019 1 次提交
  23. 24 10月, 2019 1 次提交
  24. 23 10月, 2019 1 次提交
  25. 22 10月, 2019 1 次提交
  26. 18 10月, 2019 1 次提交
  27. 16 10月, 2019 1 次提交
  28. 15 10月, 2019 2 次提交
  29. 14 10月, 2019 1 次提交
    • J
      add expand_as op, test=develop (#20565) · 2ff18e53
      JesseyXujin 提交于
      * add expand_as op, test=develop
      
      * add expand_as op,test=develop
      
      * add expand_as op,test=develop
      
      * add nn.py, test=develop
      
      * delele paddle_enforce, test=develop
      2ff18e53