vall-e/vall_e
2024-12-20 11:15:29 -06:00
..
emb actually do speaker verification 2024-12-17 10:11:14 -06:00
engines remove nan checks because it causes problems in distributed training because I'm not syncing between GPUs (and nan losses gets ignored anyways with loss scaling) 2024-12-15 09:42:54 -06:00
models exposed additional task (ns, sr, vc) (vc is experimental) 2024-12-20 11:15:29 -06:00
utils actually do speaker verification 2024-12-17 10:11:14 -06:00
__init__.py
__main__.py
config.py changed prompt_inject_noise to prompt_inject_noise_p so I can have another reason to do this post-training 2024-12-19 19:28:50 -06:00
data.py changed prompt_inject_noise to prompt_inject_noise_p so I can have another reason to do this post-training 2024-12-19 19:28:50 -06:00
demo.py sanity checks (and I realized that the model actually had langs set to 4 in the yaml for KO/ZH so................ 2024-12-19 19:08:57 -06:00
export.py sanity checks (and I realized that the model actually had langs set to 4 in the yaml for KO/ZH so................ 2024-12-19 19:08:57 -06:00
inference.py exposed additional task (ns, sr, vc) (vc is experimental) 2024-12-20 11:15:29 -06:00
metrics.py instead just compute a bunch of stuff on the transcriptions to store later in different names so I can just retrieve what I want, also added tongue twisters for nefarious reasons 2024-12-18 23:43:11 -06:00
plot.py
samplers.py
train.py remove nan checks because it causes problems in distributed training because I'm not syncing between GPUs (and nan losses gets ignored anyways with loss scaling) 2024-12-15 09:42:54 -06:00
webui.py exposed additional task (ns, sr, vc) (vc is experimental) 2024-12-20 11:15:29 -06:00