vall-e/vall_e
2024-09-27 20:27:53 -05:00
..
emb fixed oversight where input audio does not resample (lol...) 2024-09-27 20:27:53 -05:00
engines
ext
models
utils actually fix validation of phonemes in the symmap 2024-09-21 12:19:34 -05:00
__init__.py
__main__.py
config.py add top_k sampling / offset for prompt similar utterance sampling 2024-09-26 16:26:40 -05:00
data.py coerce into path for other sampler_types (it's required for sampling for similar utterances) 2024-09-26 18:37:56 -05:00
demo.py don't do eval on stt because it's so slow and I don't even bother doing any metrics against it anyways (to-do: make this a flag) 2024-09-26 18:56:57 -05:00
export.py
inference.py
plot.py vall_e.plot tweaks 2024-09-24 20:05:10 -05:00
samplers.py
train.py don't do eval on stt because it's so slow and I don't even bother doing any metrics against it anyways (to-do: make this a flag) 2024-09-26 18:56:57 -05:00
webui.py