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

VISinger #4689

Merged
merged 85 commits into from
Jan 3, 2023
Merged

VISinger #4689

merged 85 commits into from
Jan 3, 2023

Commits on Oct 3, 2022

  1. vits singing draft

    jerryuhoo committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8a5f395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d83e929 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. vits singing draft 2

    Added midi, tempo, and beat embedding
    jerryuhoo committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7cb7eef View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. fix config

    jerryuhoo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2ce4419 View commit details
    Browse the repository at this point in the history
  2. add gan_svs inference

    note that dict is used instead of tuple, according to the latest vits model format, which may affect other svs models.
    jerryuhoo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c23e2b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c02206d View commit details
    Browse the repository at this point in the history
  4. fix svs.sh indent

    jerryuhoo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6a8763f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    47b47a5 View commit details
    Browse the repository at this point in the history
  2. fix tempo and beat dim

    jerryuhoo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    fa1fcf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    e7c88dd View commit details
    Browse the repository at this point in the history
  2. remove duplicate scripts

    jerryuhoo committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    7cc3ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e53f80 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Oct 11, 2022

  1. fix rnn inference

    jerryuhoo committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ba74263 View commit details
    Browse the repository at this point in the history
  2. Adding pretrain finetune recipe for cmu-arctic voices

    Soumi Maiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3b5e269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    524ffe6 View commit details
    Browse the repository at this point in the history
  4. solving ci issue

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9e2cd6b View commit details
    Browse the repository at this point in the history
  5. Revert "solving ci issue"

    This reverts commit ff945a2.
    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    54ada89 View commit details
    Browse the repository at this point in the history
  6. solving ci issue

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6c18356 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d63d632 View commit details
    Browse the repository at this point in the history
  8. README minor fixes

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f7f129e View commit details
    Browse the repository at this point in the history
  9. fixing minor issue in local/data.sh

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    11d695d View commit details
    Browse the repository at this point in the history
  10. adding comments in config

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    fdaa38c View commit details
    Browse the repository at this point in the history
  11. fix ci issue

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a0bec81 View commit details
    Browse the repository at this point in the history
  12. fix ci issue

    soumimaiti authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bc389bf View commit details
    Browse the repository at this point in the history
  13. create dns_icassp22 recipe

    Shih-Lun Wu authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f4e6a7b View commit details
    Browse the repository at this point in the history
  14. update dns_icassp22 to use 48khz sampling rate

    Shih-Lun Wu authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f599585 View commit details
    Browse the repository at this point in the history
  15. dns_icassp22 black & isort run and fix

    Shih-Lun Wu authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    69a6ae0 View commit details
    Browse the repository at this point in the history
  16. fix flake8 linter errors

    Shih-Lun Wu authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2768fd2 View commit details
    Browse the repository at this point in the history
  17. reapply black formatting

    Shih-Lun Wu authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    567653d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84db2a6 View commit details
    Browse the repository at this point in the history
  19. use git clone to fetch scripts from DNS repo

    Shih-Lun Wu authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    fc148d8 View commit details
    Browse the repository at this point in the history
  20. vits singing draft

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a8d80a9 View commit details
    Browse the repository at this point in the history
  21. fixed importlib-metadata version

    kan-bayashi authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2417836 View commit details
    Browse the repository at this point in the history
  22. support ST without texts in source language

    Yi-Hui Chou authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4897058 View commit details
    Browse the repository at this point in the history
  23. support ST without texts in source language

    Yi-Hui Chou authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5ad39bd View commit details
    Browse the repository at this point in the history
  24. vits singing draft 2

    Added midi, tempo, and beat embedding
    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    1dbee0d View commit details
    Browse the repository at this point in the history
  25. minor change

    ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f8a73a0 View commit details
    Browse the repository at this point in the history
  26. apply isort

    ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f74f5e1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    934a923 View commit details
    Browse the repository at this point in the history
  28. updata setup.sh

    ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3344175 View commit details
    Browse the repository at this point in the history
  29. updated version to 202209

    kan-bayashi authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    310e768 View commit details
    Browse the repository at this point in the history
  30. Update egs2/TEMPLATE/st1/st.sh

    Co-authored-by: Jiatong <728307998@qq.com>
    sophia1488 and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    87aa904 View commit details
    Browse the repository at this point in the history
  31. Update st.sh

    sophia1488 authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    fcd2337 View commit details
    Browse the repository at this point in the history
  32. fix config

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b2aa358 View commit details
    Browse the repository at this point in the history
  33. add gan_svs inference

    note that dict is used instead of tuple, according to the latest vits model format, which may affect other svs models.
    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d2e8f9b View commit details
    Browse the repository at this point in the history
  34. Change duplicate code to symbolic links

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4bfb360 View commit details
    Browse the repository at this point in the history
  35. fix svs.sh indent

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    89799bc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    abbb246 View commit details
    Browse the repository at this point in the history
  37. Update README.md

    ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6e91a23 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4bce01b View commit details
    Browse the repository at this point in the history
  39. fix tempo and beat dim

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6824e1f View commit details
    Browse the repository at this point in the history
  40. fix CI errors

    Yi-Hui Chou authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    33e681a View commit details
    Browse the repository at this point in the history
  41. Add tests on MacOS and Windows

    kamo-naoyuki authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d5891dd View commit details
    Browse the repository at this point in the history
  42. Fix

    kamo-naoyuki authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6d4b8e4 View commit details
    Browse the repository at this point in the history
  43. Add exception for windows

    kamo-naoyuki authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c98ffb4 View commit details
    Browse the repository at this point in the history
  44. Add missing entries in readme

    ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    62f6162 View commit details
    Browse the repository at this point in the history
  45. fix run.sh and change embedding dim

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    949e6a2 View commit details
    Browse the repository at this point in the history
  46. remove duplicate scripts

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f39eddc View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    bdc09d3 View commit details
    Browse the repository at this point in the history
  48. fix rnn inference

    jerryuhoo authored and ftshijt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0d0b9d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. vits svs no dp baseline

    jerryuhoo committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0744f9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc08f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e31507 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. fix config fs

    jerryuhoo committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3b9b8ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04a7bb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. add dp and phn predictor

    jerryuhoo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c2ee1d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Dec 11, 2022

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

Commits on Dec 12, 2022

  1. fix opencpop preprocess bug

    jerryuhoo committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    75394af View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. change input format

    jerryuhoo committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    62d651b View commit details
    Browse the repository at this point in the history
  2. fix win_length null error

    jerryuhoo committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    351c12c View commit details
    Browse the repository at this point in the history
  3. update visinger config

    jerryuhoo committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    dad291c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. update scripts

    jerryuhoo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    133ae01 View commit details
    Browse the repository at this point in the history
  2. add notation

    jerryuhoo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    38251ac View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. fix min_wav_duration

    jerryuhoo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d46e2ad View commit details
    Browse the repository at this point in the history
  2. remove speed control

    jerryuhoo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5c441ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b852c9 View commit details
    Browse the repository at this point in the history
  4. remove maxlenratio

    jerryuhoo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c9024de View commit details
    Browse the repository at this point in the history
  5. Direct inherit SVSTask

    jerryuhoo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b034468 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

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

Commits on Dec 31, 2022

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

    jerryuhoo committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    8849787 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

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

    jerryuhoo committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0431aca View commit details
    Browse the repository at this point in the history