tortoise-tts/tortoise/models
James Betker 8139afd0e5 Remove CVVP
After training a similar model for a different purpose, I realized that
this model is faulty: the contrastive loss it uses only pays attention
to high-frequency details which do not contribute meaningfully to
output quality. I validated this by comparing a no-CVVP output with
a baseline using tts-scores and found no differences.
2022-05-17 12:21:25 -06:00
..
__init__.py k I think this works.. 2022-05-02 21:31:31 -06:00
arch_util.py fix paths 2022-05-02 20:56:28 -06:00
autoregressive.py more fixes 2022-05-02 16:44:47 -06:00
classifier.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
clvp.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
diffusion_decoder.py Support totally random voices (and make fixes to previous changes) 2022-05-02 15:40:03 -06:00
random_latent_generator.py Support totally random voices (and make fixes to previous changes) 2022-05-02 15:40:03 -06:00
transformer.py Move everything into the tortoise/ subdirectory 2022-05-01 16:24:24 -06:00
vocoder.py v2.2 2022-05-06 00:11:10 -06:00
xtransformers.py Remove entmax dep 2022-05-02 21:43:14 -06:00