1. 29 11月, 2022 2 次提交
  2. 23 11月, 2022 1 次提交
    • X
      【fluid api clear】remove transpose (#47917) · b994c89d
      xiaoguoguo626807 提交于
      * remove transpose
      
      * codestyle check
      
      * modify CI_STATIC
      
      * modify CI_STATIC
      
      * modify enable static()
      
      * remove unused import
      
      * fix conflict about stack
      
      * fix conflict about stack
      
      * fix conflict about stack
      
      * endless conflict
      b994c89d
  3. 22 11月, 2022 1 次提交
  4. 21 11月, 2022 1 次提交
  5. 03 11月, 2022 1 次提交
  6. 01 11月, 2022 1 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
  7. 23 10月, 2022 1 次提交
  8. 19 10月, 2022 1 次提交
  9. 27 9月, 2022 1 次提交
  10. 14 9月, 2022 1 次提交
  11. 26 8月, 2022 1 次提交
  12. 03 8月, 2022 1 次提交
    • W
      [BUG FIX]fix auc calculation error under multi instag scene (#41289) · ef945c81
      wangzhen38 提交于
      * fix_auc in instag task
      
      * fix_auc in instag task
      
      * fix_auc in instag task
      
      * fix opmaker error
      
      * optmize default value of ins_tag
      
      * fix multiary
      
      * fix multiary
      
      * reback ctr_metric_bundle
      
      * reback ctr_metric_bundle
      
      * for ci auc_test
      
      * code style
      
      * code style fix
      
      * suit paddle
      
      * suit paddle
      
      * update code example
      
      * complete Auc unittest
      
      * set asdispensable
      
      * set optional
      
      * compatable and code style
      
      * fix cu
      
      * fix cu
      
      * for ci win
      
      * update unittests of auc
      
      * update code doc by reviews
      
      * change code doc by reviews
      ef945c81
  13. 01 8月, 2022 1 次提交
  14. 21 7月, 2022 1 次提交
  15. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  16. 01 4月, 2022 1 次提交
  17. 28 3月, 2022 2 次提交
  18. 25 3月, 2022 1 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  19. 26 11月, 2021 1 次提交
  20. 20 10月, 2021 1 次提交
  21. 19 10月, 2021 1 次提交
  22. 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
  23. 15 7月, 2021 1 次提交
  24. 08 7月, 2021 1 次提交
  25. 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
  26. 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
  27. 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
  28. 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
  29. 09 10月, 2020 1 次提交
  30. 23 9月, 2020 1 次提交
  31. 08 9月, 2020 1 次提交
  32. 30 7月, 2020 1 次提交
  33. 15 7月, 2020 1 次提交
  34. 26 5月, 2020 1 次提交
  35. 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
  36. 20 4月, 2020 1 次提交
  37. 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