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

[GAN SVS] Add VISinger2, UHifiGAN, Avocodo #5123

Merged
merged 65 commits into from
May 23, 2023
Merged

Commits on Mar 18, 2023

  1. add uhifigan

    jerryuhoo committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    09a6e59 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

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

Commits on Mar 21, 2023

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

Commits on Mar 22, 2023

  1. fix avocodo inference

    jerryuhoo committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    db7869a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    29e98bf View commit details
    Browse the repository at this point in the history
  2. add visinger2 vocoder

    jerryuhoo committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e67d66e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. fix visinger2 vocoder bug

    Remove relu to avoid gradient vanishing.
    jerryuhoo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7c0d234 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    e9d4994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11d74a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfed0fe View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Refactor length regulator and fix VISinger bug.

    Combine melody information in pitch predictor.
    jerryuhoo committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    fd06cd1 View commit details
    Browse the repository at this point in the history
  2. remove decoder_input_pitch in the last commit

    This is not a bug, but an improvement in VISinger2, I will add it later.
    jerryuhoo committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3cf9852 View commit details
    Browse the repository at this point in the history
  3. visinger2 generator draft

    jerryuhoo committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    e0a7118 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. add uhifigan avocodo mfd vocoder

    note that there's a bug when changing downsample parameters.
    jerryuhoo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f072f02 View commit details
    Browse the repository at this point in the history
  2. fix visinger2 inference

    jerryuhoo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    815bdf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308a129 View commit details
    Browse the repository at this point in the history
  4. add pisinger draft

    jerryuhoo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bd4204d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. update pisinger

    jerryuhoo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ad7c2cd View commit details
    Browse the repository at this point in the history
  2. fix pisinger inference

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

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    1e8489b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c8545 View commit details
    Browse the repository at this point in the history
  3. fix loading ying feature

    jerryuhoo committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    5c1102b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. update visinger

    jerryuhoo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6e3fd96 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    e06bb2f View commit details
    Browse the repository at this point in the history
  2. Refactor test data into function

    This change is for both gan_tts and gan_svs
    jerryuhoo committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    b2b0ea1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. add unit test for avocodo

    jerryuhoo committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    39549aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b283814 View commit details
    Browse the repository at this point in the history
  3. update VISinger 2

    jerryuhoo committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    74dc72d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fea2ae View commit details
    Browse the repository at this point in the history
  5. Sort imports using isort

    jerryuhoo committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f1c3552 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12c62c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0750c0c View commit details
    Browse the repository at this point in the history
  8. fix CI errors

    jerryuhoo committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d103699 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8b0b86 View commit details
    Browse the repository at this point in the history
  10. fix parameter names

    It is caused by fixing CI error
    jerryuhoo committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9f54d1a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    ea07410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3adcb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f950d25 View commit details
    Browse the repository at this point in the history
  4. fix inference

    jerryuhoo committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6f1b0f8 View commit details
    Browse the repository at this point in the history
  5. Add slur to unit test

    jerryuhoo committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    af14c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    03553c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad654d View commit details
    Browse the repository at this point in the history
  3. fix MFD parameters

    jerryuhoo committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5caf097 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

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

Commits on May 6, 2023

  1. update visinger configs

    jerryuhoo committed May 6, 2023
    Configuration menu
    Copy the full SHA
    99130df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c0c592 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. fix visinger 2 mfd bug

    jerryuhoo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    63d3530 View commit details
    Browse the repository at this point in the history
  2. fix hifigan weight norm bug

    jerryuhoo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1b45bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    264b67e View commit details
    Browse the repository at this point in the history
  4. clean gan_svs code

    jerryuhoo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    627bdf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    231f660 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. fix svs f0 bug

    jerryuhoo committed May 20, 2023
    Configuration menu
    Copy the full SHA
    2c86f85 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. code clean

    jerryuhoo committed May 21, 2023
    Configuration menu
    Copy the full SHA
    2aee662 View commit details
    Browse the repository at this point in the history
  2. update gan_svs configs

    jerryuhoo committed May 21, 2023
    Configuration menu
    Copy the full SHA
    e378a16 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

    ftshijt committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4e2b95a View commit details
    Browse the repository at this point in the history
  3. fix comment

    ftshijt committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6fa5fba View commit details
    Browse the repository at this point in the history
  4. fix comment

    ftshijt committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3e7164a View commit details
    Browse the repository at this point in the history
  5. Add TODOs

    jerryuhoo committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5899bcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d5e56c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    154f1dc View commit details
    Browse the repository at this point in the history
  8. update gan_svs config

    jerryuhoo committed May 22, 2023
    Configuration menu
    Copy the full SHA
    73f980c View commit details
    Browse the repository at this point in the history
  9. update comments for gan_svs

    jerryuhoo committed May 22, 2023
    Configuration menu
    Copy the full SHA
    989836f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    bf3a5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912cfe9 View commit details
    Browse the repository at this point in the history