coqui-tts/tests/tts_tests
Shivam Mehta 3b8b105b0d
Adding OverFlow (#2183)
* Adding encoder

* currently modifying hmm

* Adding hmm

* Adding overflow

* Adding overflow setting up flat start

* Removing runs

* adding normalization parameters

* Fixing models on same device

* Training overflow and plotting evaluations

* Adding inference

* At the end of epoch the test sentences are coming on cpu instead of gpu

* Adding figures from model during training to monitor

* reverting tacotron2 training recipe

* fixing inference on gpu for test sentences on config

* moving helpers and texts within overflows source code

* renaming to overflow

* moving loss to the model file

* Fixing the rename

* Model training but not plotting the test config sentences's audios

* Formatting logs

* Changing model name to camelcase

* Fixing test log

* Fixing plotting bug

* Adding some tests

* Adding more tests to overflow

* Adding all tests for overflow

* making changes to camel case in config

* Adding information about parameters and docstring

* removing compute_mel_statistics moved statistic computation to the model instead

* Added overflow in readme

* Adding more test cases, now it doesn't saves transition_p like tensor and can be dumped as json
2022-12-12 12:44:15 +01:00
..
__init__.py move bash script based tests to python with coqpit 2021-05-11 11:29:17 +02:00
test_align_tts_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_fast_pitch_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_fast_pitch_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_feed_forward_layers.py Fix imports 2021-09-08 13:34:40 +00:00
test_forward_tts.py Remove SpeedySpeech from .models.json 2021-09-10 17:47:27 +00:00
test_glow_tts.py Add EmbeddingManager and BaseIDManager (#1374) 2022-03-31 13:41:16 +02:00
test_glow_tts_d-vectors_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_glow_tts_speaker_emb_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_glow_tts_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +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_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 Fix capacitron test when cuda is enabled 2022-12-06 18:07:48 +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 Capacitron (#977) 2022-05-20 16:17:11 +02:00
test_tacotron_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
test_vits.py Fix unit tests 2022-12-05 09:59:11 -03:00
test_vits_d-vectors_train.py d-vector handling (#1945) 2022-09-13 14:10:33 +02: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 d-vector handling (#1945) 2022-09-13 14:10:33 +02: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