coqui-tts/TTS
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
..
bin Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
config d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
encoder Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
server d-vector handling (#1945) 2022-09-13 14:10:33 +02:00
tts Adding OverFlow (#2183) 2022-12-12 12:44:15 +01:00
utils Python API implementation (#2195) 2022-12-12 12:04:20 +01:00
vocoder Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00
.models.json Add neon models (#2140) 2022-11-16 16:12:39 +01:00
VERSION [ci skip]Bump up to v0.9.0 2022-11-16 16:45:02 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Python API implementation (#2195) 2022-12-12 12:04:20 +01:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00