1. 17 9月, 2019 5 次提交
    • L
      fix expand op: (#19302) · e9e3c087
      liym27 提交于
      1. add tensor support for argument expand_times in expand op;
      2. add support parameter inference when argument expand_times is a list containing integer and tensor variable;
      
      improve expand op according to reviews:
      1. add doc of ExpandTimes in expand_op.cc;
      2. improve the test of test_api.
      
      add stop_gradient=True when attr(expand_times) is tensor Variable, change code examples.
      test=develop,test=document_preview
      e9e3c087
    • X
      support preload thread, optimize hdfs log, fix master+patch bug (#19695) · 6bf298bf
      xujiaqi01 提交于
      * support preload thread
      * sleep before fleet wrapper exit for pslib core dump
      * optimize hdfs log
      * fix master+patch bug
      6bf298bf
    • J
      Feature/add transform data dygraph (#19707) · cc311bdf
      Jiabin Yang 提交于
      * refactor dygraph,test=develop
      
      * fix failed unittest,test=develop
      
      * polish code,test=develop
      
      * check windows ci error,test=develop
      try to fix windows ci error by np.allclose,test=develop
      
      * polish vlog and profiler, test=develop
      
      * try to fix preceding ops order,test=develop
      
      * test transformer in windows ci, test=develop
      
      * use python c-api to speed up tracer.trace,test=develop
      
      * test=develop, fix docker with paddle nccl problem
      
      * test=develop, add ut for debug string and gradient_accumulator
      
      * test=develop, add tests for layer/gradient_accumulator/prepared_op
      
      * test=develop, fix complie error for test_prepared_op
      
      * test=develop, add more ut for dygraph
      
      * test=develop, create API.spec for dygraph api change
      
      * add transform_data to dygraph
      
      * test=develop, refoctor name to make it easier to understand
      
      * test=develop, refoctor name to make it easier to understand
      
      * add test and change input to const ref for safety
      
      * test=develop, fix multi-gpu failed problem , add Tracer tests, change PADDLEENFORCE to PADDLEENFORCE_EQ
      
      * add ut for data transform
      
      * refine ut for data_transform
      
      * test=develop, fix ut failed on parallel se-resnext
      
      * test=develop, change one more PADDLE_ENFORCE
      
      * add test_tracer on multiple devices
      
      * test=develop, change place to mutable for data transform
      
      * test=develop, add transform data on same place test and remove useless log
      
      * test=develop, Add to do for data layout and and ut for conv2d with no bias
      cc311bdf
    • L
      cpu Conv double grad (#19672) · b76343c3
      lvmengsi 提交于
      * cpu conv_grad_grad
      b76343c3
    • Implement FusedEmbeddingSeqPoolGradKernel with cblas_saxpy (#19770) · 93c85c93
      翟飞跃 提交于
      * Implement the operator with sprase matrix multiply
      
      * Update the URL of mklml library.
      
      test=develop
      
      * Disable MKLML implematation when using no-linux.
      
      test=develop
      
      * optimize bp with mkl sparse matrix
      test=develop
      
      * tmp add fused_emb_seq layer
      
      * Add the support of padding_idx attribute.
      
      test=develop
      
      * add padding_idx support
      test=develop
      
      * implement grad refer lego
      test=develop
      93c85c93
  2. 16 9月, 2019 3 次提交
  3. 12 9月, 2019 1 次提交
  4. 11 9月, 2019 7 次提交
  5. 10 9月, 2019 3 次提交
  6. 09 9月, 2019 2 次提交
  7. 06 9月, 2019 4 次提交
  8. 05 9月, 2019 6 次提交
    • 1
      fix the diff between async mode and async_half mode (#19535) · 2f037c31
      123malin 提交于
      * test=develop,  communicator merge add => merge average
      2f037c31
    • J
      Refactor dygraph (#19107) · e9233d1c
      Jiabin Yang 提交于
      * refactor dygraph,test=develop
      
      * fix failed unittest,test=develop
      
      * polish code,test=develop
      
      * check windows ci error,test=develop
      try to fix windows ci error by np.allclose,test=develop
      
      * polish vlog and profiler, test=develop
      
      * try to fix preceding ops order,test=develop
      
      * test transformer in windows ci, test=develop
      
      * use python c-api to speed up tracer.trace,test=develop
      
      * test=develop, fix docker with paddle nccl problem
      
      * test=develop, add ut for debug string and gradient_accumulator
      
      * test=develop, add tests for layer/gradient_accumulator/prepared_op
      
      * test=develop, fix complie error for test_prepared_op
      
      * test=develop, add more ut for dygraph
      
      * test=develop, create API.spec for dygraph api change
      
      * test=develop, refoctor name to make it easier to understand
      
      * test=develop, refoctor name to make it easier to understand
      
      * test=develop, fix multi-gpu failed problem , add Tracer tests, change PADDLEENFORCE to PADDLEENFORCE_EQ
      
      * test=develop, fix ut failed on parallel se-resnext
      
      * test=develop, change one more PADDLE_ENFORCE
      e9233d1c
    • W
      Fix data type of variable in edit distance evaluator (#19618) · 3abe8450
      whs 提交于
      * Fix data type of variable in edit distance evaluator.
      test=develop
      
      * Add unitest for edit_distance python API.
      test=develop
      3abe8450
    • A
      Add distributions of Categorical and MultivariateNormal (#18263) · 6364ebc4
      Aurelius84 提交于
      * add_distributions_of_normal_and_uniform
      
      * paddle/fluid/API.spec
      
      * modify API.spec
      
      * modified paddle/fluid/API.spec, test=develop
      
      * modify paddle/fluid/API.spec, test=develop
      
      * modify paddle/fluid/API.spec, test=develop
      
      * fix some comment, test=develop
      
      * modify API.spec, test=develop
      
      * Add distributions of Categorical and MultivariateNormal test=develop
      
      * fix pylint codestyle test=develop
      
      * fix conflict file test=develop
      
      * edit API.spec test=develop
      
      * improve sample code test=develop
      
      * modify api.spec test=develop
      6364ebc4
    • Z
      Enable inplace support for some ops (#19612) · 710767d8
      Zeng Jinle 提交于
      * enable inplace for affine_channel op, dropout op, test=develop
      
      * remove dropout inplace for ngraph fails, test=develop
      710767d8
    • F
      add a argument for softshrink python api (#19396) · a18cf5e1
      FDInSky 提交于
      * test=develop add a argument for softshrink python api
      
      * test=develop fix doc format 
      
      test=develop fix doc format
      
      * test=develop fix API.spec
      
      test=develop fix API.spec
      a18cf5e1
  9. 04 9月, 2019 6 次提交
    • D
      elementwise broadcast function enhancement (#19536) · 8672e153
      danleifeng 提交于
      elementwise broadcast function enhancement
      8672e153
    • Z
      add kernel for flatten_op, test=develop (#19472) · 118bb897
      zhongpu 提交于
      * add kernel for flatten_op, test=develop
      
      * add kernel for flatten_op, test=develop
      
      * fix the license and remove redundant code, test=develop
      118bb897
    • B
      Enable ngraph through build_strategy (#19266) · a3a4b6e5
      baojun 提交于
      * enable ngraph throught build_strategy test=develop
      
      * add unittest test=develop
      
      * put use_ngraph unconditional test=develop
      
      * remove paddle_enforce test=develop
      
      * remove paddle_enforce test=develop
      
      * fix copyright test=develop
      
      * limit for ngraph only test=develop
      a3a4b6e5
    • S
      add scatter_nd op and scatter_nd_add op (#19571) · 2cd3fa3e
      ShenLiang 提交于
      * add scatter_nd op, test=document_preview test=develop
      
      * fixed the document, test=document_preview test=develop
      
      * modify the notes, test=document_preview test=develop
      
      * remove the ShareDataWith, test=develop
      2cd3fa3e
    • W
      Add the support the int64 data type of `scatter_op` input Index(#18804) (#19508) · 364c4442
      wawltor 提交于
      * test=develop
      Fix the scatter op bug when use the add mode, and support the int64 data type of scatter_op Index(#18804).
      
      * test=develop
      Remove the PADDLE_ENFORCE and use PADDLE_ENFORCE_EQ
      
      * test=develop
      Remove the fix bug of scatter_add, and just add the support of int64 in scatter_add
      
      * test=develop
      Add the test case for scatter op, the test case just for index int64
      364c4442
    • Z
      add detach API for Variable in dygraph mode, test=develop (#19477) · 4d26274d
      zhongpu 提交于
      * add to and detach for Variable in dygraph, test=develop
      
      * add detach for Variable in dygraph, test=develop
      
      * add detach for Variable in dygraph, test=develop
      
      * add detach for Variable in dygraph, test=develop
      
      * add detach for Variable in dygraph, test=develop
      
      * add detach for Variable in dygraph, test=develop
      
      * add exception check, test=develop
      4d26274d
  10. 03 9月, 2019 3 次提交