1. 05 12月, 2019 3 次提交
  2. 04 12月, 2019 6 次提交
  3. 03 12月, 2019 11 次提交
  4. 02 12月, 2019 5 次提交
  5. 30 11月, 2019 1 次提交
  6. 29 11月, 2019 3 次提交
  7. 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
  8. 26 11月, 2019 4 次提交
  9. 25 11月, 2019 6 次提交
    • 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
    • L
      Fix the CAPI ZeroCopy shape error and reuse the code to get output (#21240) (#21345) · c75b162a
      liu zhengxi 提交于
      * fix the CAPI ZeroCopy shape error and reconstruct the output obtain
      
      * use an anonymous namespace to cover the functor
      
      * fix unit tests because of the output of typeid(T).name() is different from linux and windows, test=develop
      c75b162a
    • Y
      fix bug of issue #21259 (#21331) · da9752fe
      Yi Liu 提交于
      * fix bug of issue #21259 (#21287)
      pass the argument `allow_out_of_range` of one_hot op to c++ back end.
      da9752fe
    • L
      cherry-pick (#21201) to release/1.6 (#21306) · a91b8014
      liuwei1031 提交于
      cudaStreamSynchronize randomly hang when used in multi-thread environment, replace it with cudaStreamQuery API on windows
      a91b8014
    • 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
    • C
      Add pre-condition check for fuse optimizer op pass (#21005) (#21305) · 9f004548
      Chen Weihang 提交于
      * add pre condition check for fuse optimizer op pass, test=develop
      
      * add log & set init to zero, test=develop
      
      * fix test_fuse_all_reduce_pass failed, test=develop
      
      * polish details, test=develop
      
      * refine PADDLE_ENFORCE & remove needless VLOG, test=develop
      
      * refactor op check method, test=develop
      9f004548