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

Add Delightful-TTS model #2095

Merged
merged 67 commits into from
Jul 24, 2023
Merged

Add Delightful-TTS model #2095

merged 67 commits into from
Jul 24, 2023

Commits on Jul 6, 2023

  1. add configs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dab098c View commit details
    Browse the repository at this point in the history
  2. Update config file

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4d2bcc8 View commit details
    Browse the repository at this point in the history
  3. Add model configs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c757d97 View commit details
    Browse the repository at this point in the history
  4. Add model layers

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    944216e View commit details
    Browse the repository at this point in the history
  5. Add layer files

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    99d71ac View commit details
    Browse the repository at this point in the history
  6. Add layer modules

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c4c4e3f View commit details
    Browse the repository at this point in the history
  7. change config names

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    169ca74 View commit details
    Browse the repository at this point in the history
  8. Add emotion manager

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    49b43dd View commit details
    Browse the repository at this point in the history
  9. fIX missing ap bug

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    023f33d View commit details
    Browse the repository at this point in the history
  10. Fix missing ap bug

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0e13f89 View commit details
    Browse the repository at this point in the history
  11. Add base TTS e2e class

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e291e15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05794cd View commit details
    Browse the repository at this point in the history
  13. Add training script

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2ce4f6d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7bf7047 View commit details
    Browse the repository at this point in the history
  15. Add helper function

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    29a1b67 View commit details
    Browse the repository at this point in the history
  16. Add vctk recipe

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c1c7701 View commit details
    Browse the repository at this point in the history
  17. Add conformer docs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a0c03ed View commit details
    Browse the repository at this point in the history
  18. Fix linting in conformer.py

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    78bbdac View commit details
    Browse the repository at this point in the history
  19. Add Docs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d61e953 View commit details
    Browse the repository at this point in the history
  20. remove duplicate import

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a896ac2 View commit details
    Browse the repository at this point in the history
  21. refactor args

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8cae5bf View commit details
    Browse the repository at this point in the history
  22. Fix bugs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0436b4c View commit details
    Browse the repository at this point in the history
  23. Removew emotion embedding

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    11fe6b0 View commit details
    Browse the repository at this point in the history
  24. remove unused arg

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    93b8ccb View commit details
    Browse the repository at this point in the history
  25. Remove emotion embedding arg

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c106d89 View commit details
    Browse the repository at this point in the history
  26. Remove emotion embedding arg

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4d46434 View commit details
    Browse the repository at this point in the history
  27. fix style issues

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ad64a53 View commit details
    Browse the repository at this point in the history
  28. Fix bugs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6cdfab4 View commit details
    Browse the repository at this point in the history
  29. Fix bugs

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cb5e24f View commit details
    Browse the repository at this point in the history
  30. Add unittests

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    eb9be14 View commit details
    Browse the repository at this point in the history
  31. make style

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    34b8bf8 View commit details
    Browse the repository at this point in the history
  32. fix formatter bug

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5b30274 View commit details
    Browse the repository at this point in the history
  33. fix test

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c426f49 View commit details
    Browse the repository at this point in the history
  34. Add pyworld compute pitch func

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    340349c View commit details
    Browse the repository at this point in the history
  35. Update requirments.txt

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    299c2da View commit details
    Browse the repository at this point in the history
  36. Fix dataset Bug

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    11c6b80 View commit details
    Browse the repository at this point in the history
  37. Chnge layer norm to instance norm

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b1b5633 View commit details
    Browse the repository at this point in the history
  38. Add missing import

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0248b7f View commit details
    Browse the repository at this point in the history
  39. Remove emotions.py

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    92f2464 View commit details
    Browse the repository at this point in the history
  40. remove ssim loss

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7f0d890 View commit details
    Browse the repository at this point in the history
  41. Add init layers func to aligner

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8cffece View commit details
    Browse the repository at this point in the history
  42. refactor model layers

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f9c80a6 View commit details
    Browse the repository at this point in the history
  43. remove audio_config arg

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    658bd79 View commit details
    Browse the repository at this point in the history
  44. Rename loss func

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    759df28 View commit details
    Browse the repository at this point in the history
  45. Rename to delightful-tts

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cd03d67 View commit details
    Browse the repository at this point in the history
  46. Rename loss func

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0dd3aef View commit details
    Browse the repository at this point in the history
  47. Remove unused modules

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7b934e4 View commit details
    Browse the repository at this point in the history
  48. refactor imports

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6160cd2 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    378370a View commit details
    Browse the repository at this point in the history
  50. Add change sample rate option

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ced8f34 View commit details
    Browse the repository at this point in the history
  51. remove broken resample func

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7a8b825 View commit details
    Browse the repository at this point in the history
  52. update recipe

    loganhart02 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    156557c View commit details
    Browse the repository at this point in the history
  53. fix style, add config docs

    loganhart420 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cfece08 View commit details
    Browse the repository at this point in the history
  54. fix tests and multispeaker embd dim

    loganhart420 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    21dad7a View commit details
    Browse the repository at this point in the history
  55. remove pyworld

    loganhart420 authored and erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    03007a5 View commit details
    Browse the repository at this point in the history
  56. Make style and fix inference

    erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a026cfc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Split tts tests

    erogol committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c49a418 View commit details
    Browse the repository at this point in the history
  2. Fixup

    erogol committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    96841c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fixup

    erogol committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    09a2424 View commit details
    Browse the repository at this point in the history
  2. Fixup

    erogol committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4a287c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Add argument names

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2abb754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1362cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fe6a53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6349950 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    dd093e0 View commit details
    Browse the repository at this point in the history
  6. Make style

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3fde149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5bf9e6 View commit details
    Browse the repository at this point in the history