1. 19 10月, 2021 1 次提交
  2. 14 10月, 2021 1 次提交
    • Y
      add sparse_embedding doc (#36283) · 6ccc2a40
      Yanxing Shi 提交于
      * add sparse_embedding doc
      
      * delete wrong space
      
      * fix error for sample code
      
      * fix error for doc compile
      
      * delete __all__
      
      * modify sample code
      6ccc2a40
  3. 15 7月, 2021 1 次提交
  4. 08 7月, 2021 1 次提交
  5. 27 5月, 2021 1 次提交
    • T
      [PsCore] support ssd (#33031) · 988b5fe1
      Thunderbrook 提交于
      * support ssd in PsCore
      
      * remove log
      
      * remove bz2
      
      * defalut value
      
      * code style
      
      * parse table class
      
      * code style
      
      * add define
      988b5fe1
  6. 24 2月, 2021 1 次提交
    • T
      fix entry (#31079) · ebbdf525
      tangwei12 提交于
      * fix entry
      
      * fix distributed lookup table fuse case
      
      * fix entry bug at first time
      
      * move entry from paddle.fluid -> paddle.distributed
      
      * fix ut with paddle.enable_static()
      Co-authored-by: Nmalin10 <malin10@baidu.com>
      ebbdf525
  7. 12 1月, 2021 1 次提交
    • T
      add sparse embedding & load vars for 2.0 & gloo bug fix (#30306) · 5e839e4d
      tangwei12 提交于
      * add sparse embedding & load vars for 2.0
      
      Change-Id: I36b59ed5f015189dc9d9d2e34a9357722d369f1b
      
      * fix hdfs gloo
      
      Change-Id: Ia84d579053720ad804183e54c9a04b4f031c79c6
      
      * fix gloo hdfs
      
      Change-Id: I5ab982fd483cddc10adcdef0b8aa83aca976cb9e
      
      * move loadvar/sparse embedding from incubute to static
      
      Change-Id: I57081d3545ad2efab78c72420d2162c0eacaf3a0
      5e839e4d
  8. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  9. 09 10月, 2020 1 次提交
  10. 23 9月, 2020 1 次提交
  11. 08 9月, 2020 1 次提交
  12. 30 7月, 2020 1 次提交
  13. 15 7月, 2020 1 次提交
  14. 26 5月, 2020 1 次提交
  15. 26 4月, 2020 1 次提交
    • S
      Add batch_fc op in contrib (#24017) · 0fb9b208
      ShenLiang 提交于
      * add batch fc op, test=develop
      
      * add batch_fc_op, test=develop
      
      * fix untest, test=develop
      
      * rm check_dygraph, test=develop
      
      * fix comment, test=develop
      
      * fix comment, test=develop
      0fb9b208
  16. 20 4月, 2020 1 次提交
  17. 10 4月, 2020 2 次提交
    • C
      Add Tdm sampler op in Contrib (#23290) · 8c0bdde9
      Chengmo 提交于
      * add tdm sampler op
      
      * fix compile bug
      
      * fix compile bug
      
      * fix compile bug
      
      * fix compile bug
      
      * test=develop, add tdm sampler unittest
      
      * fix tdm sampler unittest
      
      * fix input var name bug
      
      * update tdm sampler unittest
      
      * fix unittest
      
      * fix unittest
      
      * update tdm sampler unittest
      
      * add tdm exe run unittest
      
      * fix infershape
      
      * test=develop, add doc
      
      * test=develop, fix gcc8 compile bug & unittest bug
      
      * test=develop, fix unittest
      
      * test=develop, fix T one & zero
      
      * test=develop, add unittest check
      
      * test=develop, add doc smaple code & fix dype set
      
      * test=develop, fix dtype
      
      * test=develop, fix compile bug
      
      * test=develop, fix unittest
      
      * test=develop, fix unittest
      
      * test=develop, check py3 unittest
      
      * test=develop,fix unittest
      
      * test=develop, fix py3&py2 unittest diff
      
      * test=develop, fix sample code
      
      * test=develop, fix sample code
      
      * test=develop, fix sample code
      
      * test=develop, fix error message
      8c0bdde9
    • S
      cec234b1
  18. 06 4月, 2020 1 次提交
  19. 04 4月, 2020 1 次提交
  20. 24 2月, 2020 2 次提交
    • S
      add partial_sum op in contrib (#22292) · 3132681e
      ShenLiang 提交于
      * add partial_sum_op, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the bug for python3, test=develop
      
      * modify the ut for ci, test=develop
      
      * mv to contrib, test=develop
      
      * use check_variable_and_dtype, test=develop
      
      * fix ci, test=develop
      
      * fix conflict, test=dvelop
      
      * add partial concat, test=develop
      
      * fix the conflict, test=develop
      
      * fix the error, test=develop
      
      * rm SSE4, test=develop
      3132681e
    • S
      add partial_concat op in contrib (#22528) · e1366613
      ShenLiang 提交于
      * add partial_concat, test=develop
      
      * fix the grids and blocks, test=develop
      
      * fix the Paddle_Enforce, test=develop
      
      * fix the doc of op, test=develop
      
      * fix the doc, test=develop
      
      * fix the doc of the op, test=develop
      
      * replace -1 with None, test=develop
      e1366613
  21. 23 2月, 2020 1 次提交
  22. 07 1月, 2020 1 次提交
  23. 27 12月, 2019 1 次提交
    • Z
      add shuffle batch op (#21674) · cee2ccb0
      zhoushiyu 提交于
      * add shuffle batch op, test=develop, test=document_preview
      
      * fix size_t conflict and check_output test=develop, test=document_preview
      
      * fix bug test=develop, test=document_preview
      
      * add unittest of shuffle_batch layer test=develop, test=document_preview
      
      * fix py coverage and op input type, test=develop, test=document_preview
      
      * fix py coverage, test=develop
      
      * fix en doc, test=develop
      
      * move to contrib test=develop
      
      * add unique_name test=develop
      
      * invoke shuffle_batch in contrib.layers test=develop
      cee2ccb0
  24. 28 10月, 2019 1 次提交
  25. 18 10月, 2019 1 次提交
  26. 14 10月, 2019 1 次提交
  27. 23 9月, 2019 1 次提交
  28. 21 9月, 2019 1 次提交
  29. 30 5月, 2019 1 次提交