TTS/tests/tts_tests
logan hart 6fdb88f8e2
Add Delightful-TTS implementation (#2095)
* add configs

* Update config file

* Add model configs

* Add model layers

* Add layer files

* Add layer modules

* change config names

* Add emotion manager

* fIX missing ap bug

* Fix missing ap bug

* Add base TTS e2e class

* Fix wrong variable name in load_tts_samples

* Add training script

* Remove range predictor and gaussian upsampling

* Add helper function

* Add vctk recipe

* Add conformer docs

* Fix linting in conformer.py

* Add Docs

* remove duplicate import

* refactor args

* Fix bugs

* Removew emotion embedding

* remove unused arg

* Remove emotion embedding arg

* Remove emotion embedding arg

* fix style issues

* Fix bugs

* Fix bugs

* Add unittests

* make style

* fix formatter bug

* fix test

* Add pyworld compute pitch func

* Update requirments.txt

* Fix dataset Bug

* Chnge layer norm to instance norm

* Add missing import

* Remove emotions.py

* remove ssim loss

* Add init layers func to aligner

* refactor model layers

* remove audio_config arg

* Rename loss func

* Rename to delightful-tts

* Rename loss func

* Remove unused modules

* refactor imports

* replace audio config with audio processor

* Add change sample rate option

* remove broken resample func

* update recipe

* fix style, add config docs

* fix tests and multispeaker embd dim

* remove pyworld

* Make style and fix inference

* Split tts tests

* Fixup

* Fixup

* Fixup

* Add argument names

* Set "random" speaker in the model Tortoise/Bark

* Use a diff f0_cache path for delightfull tts

* Fix delightful speaker handling

* Fix lint

* Make style

---------

Co-authored-by: loganhart420 <loganartpersonal@gmail.com>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-07-24 13:41:26 +02:00
..
__init__.py move bash script based tests to python with coqpit 2021-05-11 11:29:17 +02:00
test_helpers.py Make style 2022-02-25 11:26:59 +01:00
test_losses.py Make lint 2022-07-12 14:58:26 +02:00
test_neuralhmm_tts_train.py Adding neural HMM TTS Model (#2272) 2023-01-23 11:53:04 +01:00
test_overflow.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
test_overflow_train.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
test_speedy_speech_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron2_d-vectors_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron2_model.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
test_tacotron2_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron2_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_tacotron_layers.py Separate loss tests 2022-07-12 12:35:46 +02:00
test_tacotron_model.py Make style 2023-06-26 17:16:26 +02:00
test_tacotron_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
test_vits_d-vectors_train.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
test_vits_multilingual_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits_multilingual_train-d_vectors.py Fixed bug related to yourtts speaker embeddings issue (#2234) 2023-01-02 14:20:02 +01:00
test_vits_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00