1. 23 10月, 2022 1 次提交
  2. 19 10月, 2022 1 次提交
  3. 17 10月, 2022 2 次提交
  4. 10 10月, 2022 1 次提交
  5. 27 9月, 2022 2 次提交
  6. 21 9月, 2022 1 次提交
  7. 14 9月, 2022 1 次提交
  8. 08 9月, 2022 2 次提交
  9. 05 9月, 2022 2 次提交
  10. 31 8月, 2022 1 次提交
  11. 29 8月, 2022 1 次提交
  12. 26 8月, 2022 1 次提交
  13. 25 8月, 2022 1 次提交
  14. 17 8月, 2022 1 次提交
    • N
      [CodeStyle][NPU] use np.testing.assert_allclose instead of... · 2de0d676
      Nyakku Shigure 提交于
      [CodeStyle][NPU] use np.testing.assert_allclose instead of self.assertTrue(np.allclose(...)) (part 1) (#44988)
      
      * autofix
      
      * try resolve precision issues
      
      * revert some changes
      
      * clean some `err_msg`
      
      * 0.0001 -> 1e-4
      
      * update commented assert code
      
      * try to fix some shape errors
      
      * `numpy` -> `np`
      
      * empty commit, trigger kunlun ci, test=kunlun
      
      * empty commit, retrigger kunlun ci, test=kunlun
      
      * empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun
      
      * try fix npu import error, test=kunlun
      2de0d676
  15. 11 8月, 2022 1 次提交
    • H
      add new ptq method ptf (#44246) · f4bc69ec
      handiz 提交于
      * add new ptq method ptf
      
      * add post training quantization mobilenetv1 test for ptf
      
      * add post training quantization mobilenetv1 test for ptf test=allcases
      f4bc69ec
  16. 05 7月, 2022 1 次提交
  17. 27 6月, 2022 1 次提交
  18. 24 6月, 2022 1 次提交
  19. 21 6月, 2022 1 次提交
  20. 14 6月, 2022 1 次提交
  21. 07 6月, 2022 1 次提交
  22. 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
  23. 04 6月, 2022 1 次提交
  24. 31 5月, 2022 1 次提交
  25. 12 5月, 2022 1 次提交
  26. 04 5月, 2022 3 次提交
  27. 07 4月, 2022 1 次提交
  28. 05 4月, 2022 1 次提交
  29. 28 3月, 2022 1 次提交
  30. 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
  31. 24 3月, 2022 1 次提交
    • Z
      [AMP] Support amp for Intermediate_dygraph (#40623) · c12f7d48
      zhangbo9674 提交于
      * approve amp for intermediate_dygraph
      
      * add amp_utils for intermediate_dygraph
      
      * add amp needcast check for mlu & npu
      
      * test unittest
      
      * add SetGradNode for set_stop_gradient && add checktensor for GradientHooks
      
      * refine code
      
      * refien unittest of imperative_amp for new dygraph
      
      * inplace api skip amp
      
      * add test_imperative_qat_amp for intermediate amp
      
      * refine code
      
      * refine test_amp ci strategy
      
      * refine unittest code
      
      * refine amp_utils code
      
      * refine amp getpromotetype for some special op
      
      * refine unittest code
      c12f7d48
  32. 16 3月, 2022 1 次提交
  33. 11 3月, 2022 1 次提交
  34. 04 3月, 2022 1 次提交