coqui-tts/TTS/tts/configs
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 Use absolute imports for tts configs and models 2021-10-21 16:29:06 +00:00
align_tts_config.py Fix import statements 2021-10-25 19:29:16 +02:00
fast_pitch_config.py Update forward tts binary loss 2022-02-25 11:30:24 +01:00
fast_speech_config.py Fix FastSpeech config 2022-02-25 11:31:56 +01:00
glow_tts_config.py Fix glow_tts_config missing field 2022-02-25 11:24:13 +01:00
overflow_config.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
shared_configs.py Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
speedy_speech_config.py Update forward tts binary loss 2022-02-25 11:30:24 +01:00
tacotron2_config.py Fix import statements 2021-10-25 19:29:16 +02:00
tacotron_config.py Adjust default to be able to process longer sentences (#1835) 2022-08-07 13:51:29 +02:00
vits_config.py Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00