1. 06 11月, 2019 1 次提交
  2. 01 11月, 2019 6 次提交
    • 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
    • X
      cherry-pick1.6 simplify master+patch,remove ins when size != merge_size or has... · 3db61dc0
      xujiaqi01 提交于
      cherry-pick1.6 simplify master+patch,remove ins when size != merge_size or has conflict slot  (#20941)
      
      * simplify master+patch,remove ins when size != merge_size or has conflict slot
      * test=develop
      3db61dc0
    • X
      add check nan / inf in downpour worker (#20694) (#20925) · 5c3656bb
      xujiaqi01 提交于
      * add check nan / inf in downpour worker during training
      * test=develop
      5c3656bb
    • 1
      Optimize decay (#20816) (#20952) · 781d2844
      123malin 提交于
      * update pserver decay blocks
      
      * update distributed notify handler
      781d2844
    • 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
    • C
      [Cherry-pick]Cherry pick paddle cloud role maker (#20947) · 0b429a22
      Chengmo 提交于
      * Fix Paddle Cloud role maker (#20860)
      0b429a22
  3. 31 10月, 2019 2 次提交
  4. 30 10月, 2019 1 次提交
    • H
      Cherry pick save load new feature (#20877) · 5119f262
      hong 提交于
      * Serialize to pickle format (#20820)
      
      test=develop
      
      * save load problem fix and new feature add (#20823)
      
      * fix persistable;
      
      * fix save load bugs; test=develop
      
      * fix bug; test=develop
      
      * add example for new io api; test=develop
      
      * addd example; test=develop
      5119f262
  5. 28 10月, 2019 1 次提交
  6. 24 10月, 2019 2 次提交
  7. 23 10月, 2019 1 次提交
  8. 22 10月, 2019 1 次提交
  9. 21 10月, 2019 2 次提交
  10. 20 10月, 2019 3 次提交
  11. 19 10月, 2019 2 次提交
  12. 18 10月, 2019 1 次提交
  13. 17 10月, 2019 3 次提交
  14. 16 10月, 2019 5 次提交
  15. 15 10月, 2019 5 次提交
  16. 14 10月, 2019 4 次提交