"...dcu-process-montor.git" did not exist on "fbb93034261b79c9778a38f84e7826868ed31011"
  1. 31 Jul, 2023 1 commit
  2. 27 Jul, 2023 6 commits
  3. 24 Jul, 2023 3 commits
  4. 08 Jun, 2023 1 commit
  5. 05 Jun, 2023 5 commits
  6. 17 May, 2023 1 commit
  7. 08 May, 2023 1 commit
  8. 06 May, 2023 1 commit
  9. 04 May, 2023 1 commit
  10. 26 Apr, 2023 2 commits
  11. 25 Mar, 2023 3 commits
  12. 24 Mar, 2023 1 commit
  13. 21 Mar, 2023 2 commits
  14. 20 Mar, 2023 6 commits
  15. 19 Mar, 2023 1 commit
  16. 17 Mar, 2023 3 commits
  17. 15 Mar, 2023 1 commit
  18. 13 Mar, 2023 1 commit
    • Yifei Yang's avatar
      [Feature] Add Ops of StyleGAN3 (#2290) · 869dbf1b
      Yifei Yang authored
      
      
      * add bias_act
      
      * support bias_act
      
      * support filtered_lrelu
      
      * support filtered_lrelu and upfirdn2d
      
      * support conv2d_gradfix and fix filtered_lrelu
      
      * fix lint
      
      * fix lint
      
      * fix c++ lint
      
      * fix part comments
      
      * fix lint
      
      * rm redundant header
      
      * fix upgrade pip
      
      * fix as comment
      
      * fix c++ lint
      
      * fix ci
      
      * fix-ut
      
      * fix as comments
      
      * add grad check
      
      * remove redundant template
      
      * Update mmcv/ops/bias_act.py
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * add typehint
      
      * fix as comment:
      
      * complete type hints
      
      * fix lint
      
      * add test for conv_gradfix
      
      * add test for conv_gradfix
      
      * fix lint
      
      * modify licenses and ops.md
      
      * add zh op md
      
      * add torch version policy for conv2d_gradfix
      
      * fix lint
      
      * fix as comments
      
      * rename impl
      
      * rm redudant function and add ut
      
      * fix as comment
      
      * fix lint
      
      * fix lint
      
      * fix as comments
      
      * fix lint
      
      * fix ut
      
      * fix as comment
      
      * fix as comment
      
      * fix as comment
      
      ---------
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      869dbf1b