Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add Ops of StyleGAN3 #2290

Merged
merged 53 commits into from
Mar 13, 2023
Merged

Commits on Sep 27, 2022

  1. add bias_act

    plyfager committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2444457 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. support bias_act

    plyfager committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    4519e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. support filtered_lrelu

    plyfager committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b62654f View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    plyfager committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a1c5879 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    4307a51 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    6445745 View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    plyfager committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ad1eea0 View commit details
    Browse the repository at this point in the history
  3. fix lint

    plyfager committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    596cb5c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. fix lint

    plyfager committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    44f1aee View commit details
    Browse the repository at this point in the history
  2. fix c++ lint

    plyfager committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d0706a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. fix part comments

    plyfager committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c90de37 View commit details
    Browse the repository at this point in the history
  2. fix lint

    plyfager committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fb38992 View commit details
    Browse the repository at this point in the history
  3. rm redundant header

    plyfager committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    99dbb73 View commit details
    Browse the repository at this point in the history
  4. fix upgrade pip

    plyfager committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f87b882 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fix as comment

    plyfager committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6ef5039 View commit details
    Browse the repository at this point in the history
  2. fix c++ lint

    plyfager committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2d354c8 View commit details
    Browse the repository at this point in the history
  3. fix ci

    plyfager committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5dcb280 View commit details
    Browse the repository at this point in the history
  4. fix-ut

    plyfager committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    eff99f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. fix as comments

    plyfager committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    82ca81a View commit details
    Browse the repository at this point in the history
  2. add grad check

    plyfager committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6810e81 View commit details
    Browse the repository at this point in the history
  3. remove redundant template

    plyfager committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    39cedd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update mmcv/ops/bias_act.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    plyfager and zhouzaida committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    56302d0 View commit details
    Browse the repository at this point in the history
  2. add typehint

    plyfager committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ed90c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea06b45 View commit details
    Browse the repository at this point in the history
  4. fix as comment:

    plyfager committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cb8356f View commit details
    Browse the repository at this point in the history
  5. complete type hints

    plyfager committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    37b8044 View commit details
    Browse the repository at this point in the history
  6. fix lint

    plyfager committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2035b50 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. add test for conv_gradfix

    plyfager committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    309d4de View commit details
    Browse the repository at this point in the history
  2. add test for conv_gradfix

    plyfager committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2af887b View commit details
    Browse the repository at this point in the history
  3. fix lint

    plyfager committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2249194 View commit details
    Browse the repository at this point in the history
  4. modify licenses and ops.md

    plyfager committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    69ef946 View commit details
    Browse the repository at this point in the history
  5. add zh op md

    plyfager committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8f2e75b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cdd3e9 View commit details
    Browse the repository at this point in the history
  7. fix lint

    plyfager committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    58c4560 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. fix as comments

    plyfager committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    06ee7a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. rename impl

    plyfager committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    81f927b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. resolve conflict

    plyfager committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    bbc5276 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    1256efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b000977 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    e39a276 View commit details
    Browse the repository at this point in the history
  2. fix as comment

    plyfager committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9c1a2eb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. fix lint

    plyfager committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b4d74a0 View commit details
    Browse the repository at this point in the history
  2. fix lint

    plyfager committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    00ed8f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    afab2e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix as comments

    plyfager committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c1b1d0d View commit details
    Browse the repository at this point in the history
  2. resolve conflict

    plyfager committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    81ee582 View commit details
    Browse the repository at this point in the history
  3. fix lint

    plyfager committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c8bc875 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    c5ace42 View commit details
    Browse the repository at this point in the history
  2. fix ut

    plyfager committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ec3fa61 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. fix as comment

    plyfager committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b9e1564 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    e1ef9aa View commit details
    Browse the repository at this point in the history
  2. fix as comment

    plyfager committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1b60d8f View commit details
    Browse the repository at this point in the history
  3. fix as comment

    plyfager committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fb9d709 View commit details
    Browse the repository at this point in the history