1. 06 11月, 2019 1 次提交
  2. 01 11月, 2019 2 次提交
    • L
      Cherry pick bug fix for Ops: reshape,concat, split and squeeze (#20929) · 33d7aae1
      liym27 提交于
      * [cherry-pick]fix bug in reshape: (#20781)
      
      consider the situation that shape of input can contain more than one -1.
      
      * [cherry-pick]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.
      * redefine function GetDataFromTensor and set unknown output shape to - 1.
      * add check: Attr(sections) match Input(X).
      * support Tensor for attr(sections) and attr(sections) can contain -1.
      * modify error message and fix bug for concat and call Resize only when necessary.
      test=release/1.6
      
      * [cherry-pick]improve unsqueeze op to support int, Tensor for argument axes (#20824)
      
      * improve unsqueeze op to support int, Tensor and Tensor list for argument axes.
      * call Resize only when necessary. test=release/1.6
      
      * [cherry-pick]Compatible int32 and int64 for attr in concat/split/unsqueeze. test=release/1.6 (#20912)
      33d7aae1
    • L
      [cherry-pick] keep the size of symmetric padding is 2 for 2d and 3 for 3d.... · 55c2329a
      liym27 提交于
      [cherry-pick] keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=release/1.6 (#20903) (#20939)
      
      55c2329a
  3. 24 10月, 2019 1 次提交
  4. 21 10月, 2019 1 次提交
  5. 19 10月, 2019 1 次提交
  6. 15 10月, 2019 1 次提交
    • csdn5211's avatar
      [cherry-pick]Refine seq enum expand mask pad 1.6 (#20628) · 651f3d93
      csdn5211 提交于
      * disable nccl test
      
      * Update version.
      
      * fix term core only
      
      * fix transpiler error
      
      * fix protobuf memory leak (#11177)
      
      fix protobuf memory leak
      
      * "change eigen mirror"
      
      * test=document_fix
      
      * test=document_fix
      651f3d93
  7. 14 10月, 2019 4 次提交
    • L
      40823167
    • J
      add expand_as op, test=develop (#20565) (#20599) · 1af2784e
      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
      1af2784e
    • Optimize error message of mean_op and matmul_op, test=release/1.6 (#20434) · 9654c14d
      石晓伟 提交于
      * add data type check, test=develop
      
      * polish error messages, test=develop
      
      * polish error messages, test=develop
      
      * Remove support for the CPU architecture matmul, test=develop
      
      * fix syntax bug, test=develop
      9654c14d
    • G
      Fix basic_gru and docs of gru_unit and dynamic_gru (#19393) (#20596) · 57173763
      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
      57173763
  8. 13 10月, 2019 4 次提交
  9. 12 10月, 2019 14 次提交
  10. 11 10月, 2019 11 次提交