1. 28 11月, 2019 1 次提交
    • K
      batch_norm momentum support variable (#21246) · 67c836fb
      Kaipeng Deng 提交于
      * batch_norm momentum support variable. test=develop
      
      * fix format. test=develop
      
      * add batch_norm momentum variable example. test=develop
      
      * move MomentumTensor to training branch. test=develop
      
      * split example. test=develop
      
      * fix doc. test=develop
      
      * fix PADDLE_ENFORCE ci. test=develop
      
      * fix format. test=develop
      67c836fb
  2. 27 11月, 2019 1 次提交
  3. 26 11月, 2019 1 次提交
  4. 22 11月, 2019 1 次提交
  5. 21 11月, 2019 1 次提交
  6. 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
  7. 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
  8. 14 11月, 2019 2 次提交
  9. 12 11月, 2019 2 次提交
  10. 08 11月, 2019 1 次提交
  11. 06 11月, 2019 3 次提交
  12. 04 11月, 2019 1 次提交
  13. 31 10月, 2019 2 次提交
  14. 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
  15. 28 10月, 2019 1 次提交
  16. 24 10月, 2019 1 次提交
  17. 23 10月, 2019 1 次提交
  18. 22 10月, 2019 1 次提交
  19. 18 10月, 2019 1 次提交
  20. 16 10月, 2019 1 次提交
  21. 15 10月, 2019 2 次提交
  22. 14 10月, 2019 2 次提交
  23. 13 10月, 2019 2 次提交
    • G
      Fix basic_gru and docs of gru_unit and dynamic_gru (#19393) · bd99df71
      Guo Sheng 提交于
      * Fix docs of gru_unit and dynamic_gru.
      
      Fix basic_gru in rnn_impl.py.
      
      Add error messages for param_attr setting in layer_norm api.
      
      Add int64 dtype for expand.
      
      test=develop
      
      * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py.
      test=develop
      
      * Add unit test for layer_norm api.
      test=develop
      
      * Remove the deprecated gru doc fix. test=develop
      
      * Fix basic_gru test coverage. test=develop
      
      * Update API.spec. test=develop
      
      * Update API.spec. test=develop
      
      * Fix test_basic_gru coverage test. test=develop
      
      * Update test_basic_gru in test_layers to use fluid.data
      test=develop
      
      * Update test_basic_gru for coverage. test=develop
      bd99df71
    • Y
      Refine error message of transpose_op (#20437) · 172e91c0
      Yuan Shuai 提交于
      * Refine error message of transpose.
      * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
      172e91c0
  24. 12 10月, 2019 7 次提交