1. 14 6月, 2023 3 次提交
  2. 12 6月, 2023 1 次提交
  3. 09 6月, 2023 1 次提交
  4. 31 5月, 2023 1 次提交
  5. 30 5月, 2023 1 次提交
  6. 23 5月, 2023 2 次提交
  7. 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
  8. 18 5月, 2023 3 次提交
  9. 16 5月, 2023 3 次提交
  10. 11 5月, 2023 1 次提交
  11. 09 5月, 2023 1 次提交
  12. 08 5月, 2023 1 次提交
  13. 05 5月, 2023 1 次提交
  14. 27 4月, 2023 1 次提交
  15. 26 4月, 2023 1 次提交
  16. 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
  17. 24 4月, 2023 1 次提交
  18. 22 4月, 2023 1 次提交
  19. 21 4月, 2023 3 次提交
  20. 20 4月, 2023 2 次提交
  21. 19 4月, 2023 1 次提交
  22. 18 4月, 2023 4 次提交
  23. 17 4月, 2023 1 次提交
  24. 14 4月, 2023 1 次提交
  25. 13 4月, 2023 3 次提交
    • C
      Add pixel_shuffle pixel_unshuffle fp16/bf16 (#52582) · 2aaed989
      chenxujun 提交于
      2aaed989
    • Z
      Add GaussianNLLLoss API. (#50843) · 802129b3
      Zman 提交于
      * Add GaussianNLLLoss API.
      
      * Change `rotl` `atol`.Check `var` in dynamic graph
      
      * remove assertTrue
      
      * update unittest
      
      * update unittest for ci-covarage.add broadcast with same dim.
      
      * Supply static err print.
      
      * Repair note and example.
      
      * Split unitest.
      
      * empty commit.
      
      * for standard commit.
      
      * for standard commit.
      
      * Add int dynamic graph test.
      
      * Repair parameters name.
      
      * Repair unitest parameters name.
      
      * Repair unitest parameters name
      
      * Repair unitest parameters name
      
      * Repair unitest parameters name
      
      * add square in code-block
      
      * fit few notes.
      
      * fit few notes.
      
      * fit few notes.
      
      * fit few notes.
      
      * add few interpretations.
      
      * add few interpretations.
      
      * add few interpretations.
      
      * fix import.
      
      * fix space.
      
      * empty commit for ci.
      802129b3
    • S
      Support static graph code-gen for temporal_shift (#52686) · 9246b93c
      Sanbu 提交于
      9246b93c