1. 26 8月, 2022 1 次提交
  2. 03 8月, 2022 1 次提交
  3. 27 7月, 2022 1 次提交
  4. 09 6月, 2022 1 次提交
  5. 07 6月, 2022 1 次提交
  6. 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
  7. 10 5月, 2022 1 次提交
  8. 28 4月, 2022 1 次提交
  9. 14 4月, 2022 1 次提交
    • S
      fix bfgs_doc (#41505) · 7f73ef2c
      Sing_chan 提交于
      * fix bfgs_doc; test=document_fix
      
      * add parameter name; test=document_fix
      
      * modify according to chenlong's comments;test=document_fix
      7f73ef2c
  10. 08 4月, 2022 1 次提交
  11. 07 4月, 2022 1 次提交
  12. 04 4月, 2022 1 次提交
  13. 01 4月, 2022 2 次提交
  14. 31 3月, 2022 1 次提交
    • S
      [New API]: miminize_bfgs and miminize_lbfgs (#40710) · e7928a06
      Sing_chan 提交于
      * [New API]: miminize_bfgs and miminize_lbfgs
      
      * modify for python module call correctly
      
      * add functional package, add error raise in static_graph, change assign to set_value
      
      * unify static_graph and dygraph, fix bug when x or H0 is float64
      
      * now only accept input is tensor, put check args in utils.py, put exception test together
      
      * temp
      
      * add more detailed algorithm illustration and comment, reduce test case to limit test time in 15s
      
      * change in_dygraph_mode to in_dynamic_mode
      
      * fix bug of sample code; reduce test case to reduce test time
      
      * change dir to incubate
      e7928a06
  15. 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
  16. 01 3月, 2022 1 次提交
  17. 25 2月, 2022 1 次提交
  18. 19 2月, 2022 1 次提交
    • S
      Add the DistributedFusedLamb optimizer (#39148) · 5df3cd61
      sneaxiy 提交于
      * add DistributedFusedLamb op
      
      * polish code
      
      * fix compile error
      
      * compatible with pten changement
      
      * fix rocm compile error
      
      * improve converage
      
      * update upstream/develop
      
      * fix cast_with_ptr.h
      
      * add FLAGS_distributed_lamb_divide_nranks_when_allreduce=1
      
      * fix clip before allreduce
      
      * add use_master_param_norm
      
      * code polish
      
      * fix bug
      
      * fix ROCM ci
      5df3cd61
  19. 15 7月, 2021 1 次提交
  20. 11 6月, 2021 1 次提交
  21. 25 1月, 2021 1 次提交
  22. 07 1月, 2021 1 次提交