vall-e/vall_e
2024-06-28 22:28:54 -05:00
..
emb
engines backport fix from tortoise_tts with local trainer + loading state when training lora 2024-06-25 13:41:29 -05:00
ext
models sort duration buckets to ensure that paths sorted-by-duration are actually sorted by duration (because i didnt know that python dicts can have non-strings as keys), added batching samples based on total duration to ensure best training throughput 2024-06-28 22:28:54 -05:00
utils sort duration buckets to ensure that paths sorted-by-duration are actually sorted by duration (because i didnt know that python dicts can have non-strings as keys), added batching samples based on total duration to ensure best training throughput 2024-06-28 22:28:54 -05:00
__init__.py
__main__.py backport fix from tortoise_tts with local trainer + loading state when training lora 2024-06-25 13:41:29 -05:00
config.py sort duration buckets to ensure that paths sorted-by-duration are actually sorted by duration (because i didnt know that python dicts can have non-strings as keys), added batching samples based on total duration to ensure best training throughput 2024-06-28 22:28:54 -05:00
data.py sort duration buckets to ensure that paths sorted-by-duration are actually sorted by duration (because i didnt know that python dicts can have non-strings as keys), added batching samples based on total duration to ensure best training throughput 2024-06-28 22:28:54 -05:00
export.py
inference.py backport fix from tortoise_tts with local trainer + loading state when training lora 2024-06-25 13:41:29 -05:00
plot.py
samplers.py
train.py
webui.py