1. 20 10月, 2022 1 次提交
  2. 14 9月, 2022 1 次提交
  3. 26 8月, 2022 1 次提交
  4. 25 8月, 2022 2 次提交
  5. 04 8月, 2022 1 次提交
    • N
      [Docs][en] adjust code example format (#44679) · d5de7886
      Nyakku Shigure 提交于
      * add name attribute to code-block, test=document_fix
      
      * remove redundant labels, test=document_fix
      
      * remove redundant labels (from upstream), test=document_fix
      
      * more COPY-FROM (try multiple code example), test=document_fix
      
      * empty commit, try to trigger PR-CI-build
      
      * fix some `Examples:` format issues
      
      * fix some ci errors
      d5de7886
  6. 03 8月, 2022 1 次提交
  7. 21 7月, 2022 1 次提交
  8. 20 7月, 2022 1 次提交
  9. 13 6月, 2022 1 次提交
    • L
      Fix some en docs of paddle. and paddle.nn.initialize. (#42916) · 4f006636
      Liyulingyue 提交于
      * calculate_gain; test=document_fix
      
      * Constant; test=document_fix
      
      * KaimingNormal; test=document_fix
      
      * KaimingUniform; test=document_fix
      
      * randint; test=document_fix
      
      * squeeze;test=document_fix
      
      * argmin; test=document_fix
      
      * argmin; test=document_fix
      
      * triu; test=document_fix
      
      * add_n;test=document_fix
      
      * unique; test=document_fix
      
      * topk; test=document_fix
      
      * squeeze;test=document_fix
      
      * randint;test=document_fix
      
      * argmin; test=document_fix
      
      * constant; test=document_fix
      
      * constant; test=document_fix
      
      * KaimingNormal; test=document_fix
      
      * kaiming; test=document_fix
      
      * unique; test=document_fix
      4f006636
  10. 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
  11. 01 6月, 2022 1 次提交
  12. 31 5月, 2022 1 次提交
  13. 18 5月, 2022 1 次提交
  14. 13 4月, 2022 1 次提交
  15. 12 4月, 2022 1 次提交
    • C
      [Yaml]add gaussian_random yaml and test case (#41312) · 4819ab4d
      chentianyu03 提交于
      * add guassian random yaml
      
      * add gaussian_random yaml and test case
      
      * fix error modify of full yaml
      
      * import in_dygraph_mode
      
      * import _in_legacy_dygraph
      
      * add place arg in api
      
      * import __current_expected_place
      
      * fix test_egr_python_api failed case
      
      * add test case
      
      * add cast for NormalInitializer
      
      * fix test error
      
      * fix test error
      
      * rm unsed check code
      
      * fix test error in test_initializer_nn
      
      * modify by review
      4819ab4d
  16. 11 4月, 2022 1 次提交
  17. 04 4月, 2022 1 次提交
  18. 03 4月, 2022 1 次提交
  19. 01 4月, 2022 1 次提交
  20. 24 2月, 2022 1 次提交
  21. 22 2月, 2022 1 次提交
  22. 27 12月, 2021 1 次提交
  23. 24 12月, 2021 2 次提交
  24. 22 12月, 2021 1 次提交
  25. 02 11月, 2021 1 次提交
    • Y
      [PaddlePaddle hackathon] Add randint_like (#36169) · 41a09113
      yujun 提交于
      * add randint like
      
      * rm .cc .cu
      
      * Update unity_build_rule.cmake
      
      * try to make test pass
      
      * use python
      
      * update
      
      * update randint_like
      
      * rename test_randint_like_op -> test_randint_like
      
      * update
      
      * update randint like docs
      
      * update randint like
      
      * update
      
      * update
      
      * add bool
      
      * update randint like test
      
      * update
      
      * update
      41a09113
  26. 27 8月, 2021 1 次提交
  27. 15 7月, 2021 1 次提交
  28. 05 7月, 2021 1 次提交
  29. 29 4月, 2021 1 次提交
  30. 27 4月, 2021 1 次提交
  31. 12 4月, 2021 1 次提交
    • Z
      [Rocm] fix python test of multinomial (#32158) · 4b5cb22f
      zhulei 提交于
      * [Rocm] fix python test of multinomial
      
      * [Rocm] fix python test of multinomial
      
      * [Rocm] fix python test of multinomial
      
      * [Rocm] fix python test of multinomial
      4b5cb22f
  32. 27 11月, 2020 1 次提交
  33. 23 11月, 2020 1 次提交
  34. 17 11月, 2020 1 次提交
  35. 21 10月, 2020 2 次提交
    • C
      2.0rc api rename (#28088) · 7c1aa0d6
      cnn 提交于
      * rename manual_seed to seed
      
      * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D
      
      * rename manual_seed --> seed
      
      * do not rename .cc, .cu and .h file
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * disable_static on doc example code
      
      * donot change manual_seed on generator
      
      * add enable_static on sample code
      
      * convert python/paddle/fluid/layers/nn.py to bak
      
      * fix typo
      
      * fix code style
      
      * fix seed to manual_seed when call functions of Generator()
      
      * fix bug
      7c1aa0d6
    • fix bugs test=develop (#28125) · 085b9619
      李灿 提交于
      085b9619
  36. 19 10月, 2020 1 次提交
    • P
      Fix error message of multinomial op (#27946) · 975bd887
      pangyoki 提交于
      * fix multinomial doc
      
      * fix multinomial error message
      
      * little doc change
      
      * fix Categorical class doc
      
      * optimize format of error message
      
      * fix CPU Kernel error message format
      
      * fix isinf and isnan error in WindowsOPENBLAS CI
      
      * delete inf and nan
      
      * add manual_seed in sample code
      
      * little error message change
      
      * change error message to InvalidArgument
      
      * add full point for error message and add manual_seed in CPU environment
      975bd887
  37. 16 10月, 2020 1 次提交