1. 03 1月, 2023 1 次提交
  2. 30 12月, 2022 1 次提交
  3. 25 12月, 2022 1 次提交
  4. 13 12月, 2022 1 次提交
  5. 09 12月, 2022 1 次提交
  6. 02 12月, 2022 1 次提交
  7. 29 11月, 2022 1 次提交
  8. 22 11月, 2022 2 次提交
    • U
      [Docs]fix math api en docs issue (#47448) · 94c6ec86
      ustiniankw 提交于
      * fix_docx_stanh
      
      * fix einsum api en docs issue
      
      * fix model api en docs issue
      
      * for codestyle
      
      * fix_einsum.py_einsum, test=document_fix
      
      * fix_model.py_Model, test=ducument_fix
      
      * fix_creation.py_meshgrid, test=document_fix
      
      * fix_linalg.py_slogdet, test=document_fix
      
      * fix_loss.py_SoftMarginLoss_CrossEntropyLoss_NLLLoss_BCELoss, test=document_fix
      
      * norm.py_SyncBatchNorm, test=document-fix
      
      * norm.py_SyncBatchNorm, test=document_fix
      
      * norm.py_SyncBatchNorm, test=document_fix
      
      * list18-30, test=document_fix
      
      * refix_list1-15, test=document_fix
      
      * deletefiles, test=document_fix
      
      * fixedapi_pre-commit, test=document_fix
      
      * fix_list31-45, test=document_fix
      
      * list111, test=document_fix
      
      * some_fix, test=document_fix
      
      * some_fix, test=document_fix
      
      * somefix, test=document_fix
      
      * somefix, test=document_fix
      
      * refix, test=document_fix
      
      * refix, test=document_fix
      
      * refix, test=document_fix
      
      * refix, test=document_fix
      
      * rerfix, test=document_fix
      Co-authored-by: 梦柳's avatarLigoml <limengliu@tiaozhan.com>
      94c6ec86
    • W
  9. 17 11月, 2022 1 次提交
  10. 10 11月, 2022 1 次提交
  11. 09 11月, 2022 1 次提交
  12. 08 11月, 2022 1 次提交
  13. 03 11月, 2022 2 次提交
  14. 02 11月, 2022 1 次提交
  15. 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
  16. 26 10月, 2022 1 次提交
  17. 23 10月, 2022 1 次提交
  18. 10 10月, 2022 2 次提交
  19. 30 9月, 2022 1 次提交
    • S
      support pure bfloat16 for more ops (#46364) · b7b231a6
      sneaxiy 提交于
      * support pure bfloat16
      
      * support bf16 linear
      
      * update PR to pass CI
      
      * tiny fix where_grad_kernel.cu
      
      * add bfloat16 to selu_grad to pass CI
      
      * fix selu grad compilation error
      b7b231a6
  20. 27 9月, 2022 1 次提交
  21. 23 9月, 2022 1 次提交
  22. 22 9月, 2022 1 次提交
    • Fix the En docs (delete some expression like 'This OP') (#46165) · 3a928a8c
      张春乔 提交于
      * 1. Delete some expression like 'This Op'
      2. remove import numpy as np
      
      * test=document_fix
      
      * fix eg; test=document_fix
      
      * fix 'import numpy' cases; test=document_fix
      
      * fix 'import numpy' cases; test=document_fix
      
      * fix some docs; test=document_fix
      
      * delete raise; test=document_fix
      
      * add some introduction; test=document_fix
      
      * add some introduction; test=document_fix
      
      * test=document_fix
      
      * Fix ’note‘ format; test=document_fix
      
      * Fix Returns of cholesky; test=document_fix
      
      * Fix Example format; test=document_fix
      
      * Fix det; test=document_fix
      
      * Fix eig; test=document_fix
      
      * Fix eigh; test=document_fix
      
      * Fix eigh; test=document_fix
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * Apply suggestions from code review;test = document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * test=document_fix
      
      * test=document_fix
      
      * KLDiv;test=document_fix
      
      * norm example code; test=document_fix
      
      * revert python/paddle/fluid/**/*
      
      * revert python/paddle/distributed/spawn.py
      
      * revert python/paddle/fluid/*
      
      * fix a `Note` format
      
      * Fix inv; test=document_fix
      
      * Fix lu; test=document_fix
      
      * Fix lu_unpack; test=document_fix
      
      * Fix matrix_power; test=document_fix
      
      * Fix multi_dot; test=document_fix
      
      * Fix solve; test=document_fix
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      3a928a8c
  23. 19 9月, 2022 1 次提交
    • Y
      [PHI]Move sum op to PHI (#45860) · 4b3f2af1
      YuanRisheng 提交于
      * move sum
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix set_lod bugs
      
      * fix infershape bugs
      
      * fix ci bugs
      
      * fix ci unittest bug
      
      * fix ci bugs
      
      * perfect code
      
      * update code according comment
      
      * add unittest
      
      * fix ci bugs
      4b3f2af1
  24. 14 9月, 2022 1 次提交
  25. 01 9月, 2022 1 次提交
  26. 29 8月, 2022 1 次提交
    • H
      [phi] Transfer merged_adam yaml to phi (#45367) · b4f74eed
      HongyuJia 提交于
      * add legacy_api.yaml
      
      * set merged_momentum inplace only
      
      * support inplace optional<vector<tensor>>
      
      * add dygraph_mode api
      
      * add merged_adam yaml
      
      * add merged_adam python api
      
      * change testcase of merged_adam and adam
      
      * fix import of test_merged_adam_op
      b4f74eed
  27. 26 8月, 2022 1 次提交
  28. 24 8月, 2022 1 次提交
  29. 22 8月, 2022 1 次提交
  30. 16 8月, 2022 1 次提交
  31. 15 8月, 2022 1 次提交
  32. 11 8月, 2022 1 次提交
  33. 08 8月, 2022 1 次提交
  34. 04 8月, 2022 1 次提交
  35. 29 6月, 2022 1 次提交
  36. 11 6月, 2022 1 次提交
  37. 08 6月, 2022 1 次提交
    • A
      【Hackathon No.13】为 Paddle 新增 CyclicLR 优化调度器 (#40698) · 33949fc5
      Asthestarsfalll 提交于
      * add paddle.optimizer.lr.CyclicLR
      
      * add unittest of CyclicLR
      
      * fix code format
      
      * fix bug
      
      * try
      
      * fix CI-Coverage
      
      * fix ValueError
      
      * fix arguments assgin
      
      * fix code format and retry pulling develop to pass ci
      
      * fix typo
      
      * Refactor
      
      * fix function-redefined in test_lr_scheduler.py
      
      * update
      
      * fix conflict
      
      * update
      
      * gamma->exp_gamma
      
      * polish docs
      
      * fix code-style
      
      * adjust code format again
      
      * change format of __all__ in lr.py
      33949fc5