vall-e/vall_e
2024-07-29 20:23:26 -05:00
..
emb added prom-less training / inferencing, some other things 2024-07-22 19:36:07 -05:00
engines suppress warning on exit about distributed not being cleaned up (because I updated my system) 2024-07-25 16:50:47 -05:00
ext
models possible speedup for samplers that require a list of previous tokens (the DRY sampler made me realize that I should copy the tolist() thing from the rep pen sampler for everything else) 2024-07-29 20:23:26 -05:00
utils sanity cleanups with weird off-by-one-ness, cleaned up and validated vall_e.models.experimental works again 2024-07-27 15:36:05 -05:00
__init__.py
__main__.py added what I think is DRY sampling 2024-07-29 19:15:07 -05:00
config.py oops (fixed proms being erased from a config oversight) 2024-07-25 12:39:57 -05:00
data.py sanity cleanups with weird off-by-one-ness, cleaned up and validated vall_e.models.experimental works again 2024-07-27 15:36:05 -05:00
demo.py actually pass language into dataset process script, fix coercing japanese into hiragana because espeak does not like kanji 2024-07-21 23:21:37 -05:00
export.py might help 2024-07-22 20:57:01 -05:00
inference.py added what I think is DRY sampling 2024-07-29 19:15:07 -05:00
plot.py ugh 2024-06-09 11:39:43 -05:00
samplers.py possible speedup for samplers that require a list of previous tokens (the DRY sampler made me realize that I should copy the tolist() thing from the rep pen sampler for everything else) 2024-07-29 20:23:26 -05:00
train.py sanity cleanups with weird off-by-one-ness, cleaned up and validated vall_e.models.experimental works again 2024-07-27 15:36:05 -05:00
webui.py added what I think is DRY sampling 2024-07-29 19:15:07 -05:00