coqui-tts/TTS/tts/utils
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
..
monotonic_align Fix import statements 2021-10-25 19:29:16 +02:00
text Handle espeak 1.48.15 (#2203) 2022-12-12 11:23:45 +01:00
__init__.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
data.py Add audio length sampler balancer (#1561) 2022-05-12 19:59:19 +02:00
helpers.py Fix rand_segment edge case (input_len == seg_len - 1) 2022-08-01 11:37:45 +02:00
languages.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
managers.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
measures.py Format style of the recipes 2021-09-06 15:16:58 +00:00
speakers.py d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
ssim.py Implement VitsAudioConfig (#1556) 2022-07-12 18:49:58 +02:00
synthesis.py Fix vc (#1971) 2022-09-16 12:01:26 +02:00
visual.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00