1. 03 1月, 2023 1 次提交
  2. 20 12月, 2022 1 次提交
  3. 16 12月, 2022 1 次提交
  4. 01 12月, 2022 1 次提交
  5. 08 11月, 2022 1 次提交
  6. 03 11月, 2022 1 次提交
  7. 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
  8. 23 10月, 2022 1 次提交
  9. 19 10月, 2022 1 次提交
  10. 27 9月, 2022 1 次提交
  11. 14 9月, 2022 1 次提交
  12. 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
  13. 15 4月, 2022 1 次提交
  14. 28 9月, 2021 1 次提交
  15. 05 7月, 2021 1 次提交
  16. 22 6月, 2021 1 次提交
  17. 16 6月, 2021 1 次提交
  18. 07 6月, 2021 1 次提交
  19. 30 4月, 2021 1 次提交
  20. 22 4月, 2021 1 次提交
  21. 30 11月, 2020 1 次提交
  22. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  23. 23 11月, 2020 1 次提交
    • T
      support ps-gpu (#28752) · 0073f9bd
      Thunderbrook 提交于
      * ps gpu transpile
      
      * ps gpu
      
      * remove op
      
      * gps trainer
      
      * local ps
      
      * add macro
      
      * HeterBox
      
      * def cuda
      
      * tab
      
      * code style
      
      * style
      
      Co-authored-by: Thunderbrook <a754913769#163.com>
      0073f9bd
  24. 29 9月, 2020 1 次提交
  25. 28 9月, 2020 2 次提交
  26. 16 9月, 2020 1 次提交
  27. 08 8月, 2020 1 次提交
  28. 06 8月, 2020 1 次提交
    • T
      add heter ps mode (#25682) · 0cb60c70
      Thunderbrook 提交于
      * add heter ps mode
      
      * code style
      test=develop
      
      * add with_pslib
      test=develop
      
      * unitest
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * test monitor
      test=develop
      
      * prepare trainer
      test=develop
      
      * code style
      test=develop
      0cb60c70
  29. 30 7月, 2020 1 次提交
  30. 07 7月, 2020 1 次提交
  31. 30 4月, 2020 1 次提交
  32. 23 2月, 2020 1 次提交
  33. 16 2月, 2020 1 次提交
  34. 05 2月, 2020 1 次提交
  35. 02 2月, 2020 1 次提交
  36. 21 11月, 2019 1 次提交
  37. 15 11月, 2019 2 次提交
  38. 31 10月, 2019 1 次提交