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

Support diffusion-based acoustic models #175

Merged
merged 47 commits into from
Nov 27, 2022
Merged

Support diffusion-based acoustic models #175

merged 47 commits into from
Nov 27, 2022

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    dfdf6f8 View commit details
    Browse the repository at this point in the history
  2. Add diffsinger's license

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    818c5eb View commit details
    Browse the repository at this point in the history
  3. Add denoiser module

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bbf1b51 View commit details
    Browse the repository at this point in the history
  4. Add GaussianDiffusion

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    aa788b6 View commit details
    Browse the repository at this point in the history
  5. Add README

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bc1d65a View commit details
    Browse the repository at this point in the history
  6. minimal fixes to support training diffusion models

    for now NPSSMDNMultistreamModel is supported
    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bfa854c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3fdc64 View commit details
    Browse the repository at this point in the history
  8. Fix eval for diffusion models

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8dead86 View commit details
    Browse the repository at this point in the history
  9. Fix for mel model

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0ec3513 View commit details
    Browse the repository at this point in the history
  10. Fix

    r9y9 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    324f08f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Fix warings

    r9y9 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9d52aea View commit details
    Browse the repository at this point in the history
  2. Remove default func

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

Commits on Nov 18, 2022

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

Commits on Nov 19, 2022

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

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    de30be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59948e9 View commit details
    Browse the repository at this point in the history
  3. fixup: fix for cuda

    r9y9 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    92401f8 View commit details
    Browse the repository at this point in the history
  4. Add workaround for plotting bug

    r9y9 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    99f9340 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    bb15207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb07711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edb273f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 25, 2022

  1. add entries in init .pyt

    r9y9 committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5f039b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

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

Commits on Nov 27, 2022

  1. Fixes for diffusion models

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    0021835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd48a1d View commit details
    Browse the repository at this point in the history
  3. Add print for easier debugging

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    e2fb8cf View commit details
    Browse the repository at this point in the history
  4. Add tests for diffusion models

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    cac54e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad7eeb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05b748d View commit details
    Browse the repository at this point in the history
  7. sifigan: use discrete f0

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    006036f View commit details
    Browse the repository at this point in the history
  8. rm v2

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    d8606e1 View commit details
    Browse the repository at this point in the history
  9. Add comments to model configs as many as possible

    so one can easily configure the models
    
    also clarified which parts need to be adjusted when using custom hed
    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    2c2e9ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc83b4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c4dd7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a849a03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b41b9ef View commit details
    Browse the repository at this point in the history
  14. Update all recipes

    - use variance predictor mdn for time-lag
    - add comments
    - myconfig -> world
    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    936d597 View commit details
    Browse the repository at this point in the history
  15. Add dev-48-melf0 recipe for namine ritsu

    with diffusion-based acoustic model config
    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    f82af2c View commit details
    Browse the repository at this point in the history
  16. Fix wrong lf0_idx

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    b99a807 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    18c6b1e View commit details
    Browse the repository at this point in the history
  18. fix typo

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    cc64876 View commit details
    Browse the repository at this point in the history
  19. Fix dup code in tests

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    987a474 View commit details
    Browse the repository at this point in the history
  20. Fix lint

    r9y9 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    6cd5e08 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1ed285c View commit details
    Browse the repository at this point in the history