1. 29 11月, 2019 1 次提交
  2. 28 11月, 2019 1 次提交
    • X
      cherry-pick1.6 fix cache table bug, add save_paddle_inference_model, fix hdfs util bug (#21339) · 072eb5b6
      xujiaqi01 提交于
      * fix cache table bug, add save_paddle_inference_model, fix hdfs util bug (#21052)
      
      * fix cache table bug
      * add save_paddle_inference_model
      * fix hdfs util bug
      * test=develop
      
      * fix several sparse table issuses (#20686)
      
      * no longer need to define all embedding layers (no one less) of all slots in each program. make trainer_param repeated in ps.proto.
      * add find_distributed_lookup_table_grads instead of hard code GRAD
      * support embedding stop gradient. push sparse has error before fix this.* 
      * fix fill sparse, skip slots which do not have embedding. each slot's embedding in a sparse table should be used in all training programs before fix this.
      * fix pull sparse, skip slots which do not have embedding.
      * fix collect feasign label info, skip slots which do not have embedding.
      * support when there are multi sparse tables in one or multi training programs, each program can pull/push its own related sparse tables instead of all sparse tables.
      * test=develop
      
      * add copy table (#21086)
      
      * copy some feasigns and corresponding embeddings from one sparse table to another
      * copy all feasigns and corresponding embeddings from one sparse table to another
      * copy all dense params from one table to another
      * copy some local vars to other local vars
      
      * fix fs_client_param bug (#21212)
      
      * fix fs_client_param bug, user can set this config through fleet_desc_file or fleet config
      * test=develop
      
      * fix fleet util bug (#21254)
      
      * fix fleet util bug in save paddle inference model
      * test=develop
      072eb5b6
  3. 26 11月, 2019 4 次提交
  4. 25 11月, 2019 2 次提交
    • L
      cherry-pick error info check of Print_op for release1.6 (#21349) · 9a98d11e
      lijianshe02 提交于
      * add input type and input data type check for Print_op test=develop (#21250)
      
      * add input type and input data type check for Print_op test=develop
      
      * cherry-pick error info check of Print_op for release1.6 test=develop
      
      * cherry-pick error info check of Print_op for release1.6 test=develop
      9a98d11e
    • Z
      [cherry-pick] fix crop_tensor, maxout and lrn (#21302) · 3848f720
      Zhang Ting 提交于
      * [cherry-pick] All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
      
      * All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview
      
      * fix the bug that attr(offsets) should be initialized, test=develop
      
      * [cherry-pick] maxout supports channel_last input (#20846)
      
      * maxout support channel_last input, test=develop
      
      * modified details of Input(X) and Attr(groups, axis) in doc, test=develop
      
      * [cherry-pick] lrn supports channel_last input, test=develop (#20954)
      3848f720
  5. 23 11月, 2019 1 次提交
  6. 21 11月, 2019 1 次提交
    • L
      [cherry-pick]fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation,... · 7ab85396
      liym27 提交于
      [cherry-pick]fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation, _get_padding_with_SAME and conv2dtranspose_forward_naive. (#20997) (#21225)
      
      * fix bug in pool/conv/conv_transpose:
          1. It should be stride[i] not stride[0] in UpdatePaddingAndDilation;
          2. fix bug of func  _get_padding_with_SAME in test_conv/conv_transpose_op.py;
          3. fix bug of the computation process in function conv2dtranspose_forward_naive.
          test=release/1.6
      7ab85396
  7. 14 11月, 2019 1 次提交
  8. 11 11月, 2019 1 次提交
  9. 07 11月, 2019 2 次提交
  10. 01 11月, 2019 4 次提交
    • 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
    • 1
      Optimize decay (#20816) (#20952) · 781d2844
      123malin 提交于
      * update pserver decay blocks
      
      * update distributed notify handler
      781d2844
    • C
      [Cherry-pick]Cherry pick paddle cloud role maker (#20947) · 0b429a22
      Chengmo 提交于
      * Fix Paddle Cloud role maker (#20860)
      0b429a22
  11. 31 10月, 2019 1 次提交
  12. 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
  13. 24 10月, 2019 1 次提交
  14. 22 10月, 2019 1 次提交
  15. 21 10月, 2019 2 次提交
  16. 20 10月, 2019 2 次提交
  17. 18 10月, 2019 1 次提交
  18. 17 10月, 2019 1 次提交
    • C
      [cherry-pick]Fix communicator slow bug & fix communicator stop bug (#20366) (#20646) · eeaf04da
      Chengmo 提交于
      * Fix communicator slow bug & fix communicator stop bug (#20366)
      
      * test=develop,Fix communicator slow bug
      
      * test=develop, delete if() in stop_worker()
      
      * test=develop
      
      * fix UT, test=develop
      
      * fix bug in fetch handler, test=develop
      
      * fix bug in fetch handler, test=develop
      
      * test=develop, fix fetch barrier bug
      
      * test=develop, bug fix
      
      * test=develop, bug fix
      
      * test=develop, fix bug
      
      * test=develop,test=release/1.6
      eeaf04da
  19. 16 10月, 2019 4 次提交
  20. 15 10月, 2019 1 次提交
  21. 14 10月, 2019 7 次提交