1. 27 7月, 2023 1 次提交
  2. 26 7月, 2023 1 次提交
  3. 20 7月, 2023 1 次提交
    • X
      [Kunlun] Modify some legacy code on distributed training (#55515) · 806f8d2b
      XiaociZhang 提交于
      * [Kunlun] Mofify some legacy code on distributed training
      
      There were limitations on XPUs before, such as concat/split is not
      supported, and c_broadcast only support fp32. These limitations are
      lifted recently.
      
      Multi-device profiling on XPU will also be supported by this PR.
      Without this PR, a hanging broadcast will be issued by devices that
      enables profiling, eventually lead to kernel timeout error.
      
      * fix typo
      806f8d2b
  4. 18 7月, 2023 1 次提交
    • M
      [Add] Paddle 代码 CI 中引入 xdoctest 检查 (#55295) · 26fba07c
      megemini 提交于
      * [Add]Add Xdoctester
      
      * [Fix]fix beta docstring
      
      * [Doctest]change dirichlet docstring
      
      * [Doctest]change gumbel docstring
      
      * [Doctest]change bernoulli docstring
      
      * [Doctest]change categorical docstring
      
      * [Doctest]change ops.py docstring
      
      * [Doctest]change conv docstring
      
      * [Doctest]change distance docstring, test=docs_preview
      
      * [Change]add ref
      
      * [Change]patch xdoctest debug
      26fba07c
  5. 11 7月, 2023 1 次提交
  6. 06 7月, 2023 1 次提交
    • Z
      add clip_grad_value_ api (#54603) · 88402cdb
      zqw_1997 提交于
      * add clip_grad_value_ api
      
      * add test for ClipGradByValue
      
      * typo fix
      
      * refine and modify clip_grad_norm_
      
      * no_grad
      
      * clip_
      
      * remove g=p.grad
      
      * bug: AssertionError: When Variable is used as the condition of if/while , Variable can only contain one element.
      88402cdb
  7. 03 7月, 2023 1 次提交
  8. 30 6月, 2023 1 次提交
    • L
      修改 COPY-FROM No.5 nn (#54889) · 0f69d932
      Li-fAngyU 提交于
      * COPY FROM issue of paddle nn
      
      * 移除额外添加的示例,并修改Examplex->Examples
      
      * remove example name of transformer
      0f69d932
  9. 28 6月, 2023 1 次提交
  10. 16 6月, 2023 1 次提交
  11. 14 6月, 2023 3 次提交
  12. 12 6月, 2023 1 次提交
  13. 09 6月, 2023 1 次提交
  14. 31 5月, 2023 1 次提交
  15. 30 5月, 2023 1 次提交
  16. 23 5月, 2023 2 次提交
  17. 22 5月, 2023 1 次提交
    • M
      [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() (#53856) · 3794d171
      Meteor Liu 提交于
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * fixed cyclic reference that caused patial import
      
      * fixed bad change
      
      * fix bad import
      
      * fix bad import
      
      * fix bad import
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fixed usage of in_dynamic_mode() or in_dygraph_mode()
      
      * revert python3 to python in .pre-commit-config.yaml
      
      * fix merge conflicts
      3794d171
  18. 18 5月, 2023 3 次提交
  19. 16 5月, 2023 3 次提交
  20. 11 5月, 2023 1 次提交
  21. 09 5月, 2023 1 次提交
  22. 08 5月, 2023 1 次提交
  23. 05 5月, 2023 1 次提交
  24. 27 4月, 2023 1 次提交
  25. 26 4月, 2023 1 次提交
  26. 25 4月, 2023 1 次提交
    • Q
      [fluid clean] remove Print. (#51778) · ed45ecc6
      qizhaoaoe 提交于
      * fluid clean: remove print/switch from fluid to static
      
      * remove Switch in static.__init__
      
      * fix conflicts.
      
      * replace Switch by case.
      
      * fix piecewise_lr decay.
      
      * fix typo
      
      * fix conflicts.
      
      * fix lr dtype
      
      * keep Switch in paddle.static.nn.control_flow and fix piecewise_lr.
      
      * fix conflicts.
      
      * keep Switch in the fluid.
      
      * fix Switch doc
      
      * fix example in Switch doc
      
      * fix Switch doc.
      
      * fix static/__init__.
      ed45ecc6
  27. 24 4月, 2023 1 次提交
  28. 22 4月, 2023 1 次提交
  29. 21 4月, 2023 3 次提交
  30. 20 4月, 2023 2 次提交