vall-e/vall_e
2024-10-18 13:19:36 -05:00
..
emb added experimental entropix sampling support 2024-10-11 21:18:26 -05:00
engines cleaned up unused config flags, allow less strict yaml by pruning missing keys, renamed some dataset configs to be more unified 2024-10-17 17:06:48 -05:00
ext maybe final tweaks, I really needed to unify my json read/write and orjson is proven to be fast enough for me to try and rely on it more 2024-09-17 22:57:04 -05:00
models cleaned up unused config flags, allow less strict yaml by pruning missing keys, renamed some dataset configs to be more unified 2024-10-17 17:06:48 -05:00
utils cleaned up unused config flags, allow less strict yaml by pruning missing keys, renamed some dataset configs to be more unified 2024-10-17 17:06:48 -05:00
__init__.py
__main__.py modified demo page to be more modular with demoing comparisons, actually provide a path to use modified naive attention, entropix sampling is not tied to an experimental yaml flag now 2024-10-12 11:27:55 -05:00
config.py more tweaks 2024-10-18 13:19:36 -05:00
data.py oops 2024-10-18 09:40:06 -05:00
demo.py more tweaks 2024-10-18 13:19:36 -05:00
export.py tweaks and fixes for lora stuffs 2024-09-08 18:05:21 -05:00
inference.py saner defaults, maybe 2024-10-17 14:37:21 -05:00
plot.py lol 2024-10-12 09:57:34 -05:00
samplers.py entropix apparently processes the entire sequence of logits but it falls apart when doing that 2024-10-13 12:01:12 -05:00
train.py added --eval-random-text-prompts to use random text prompts for eval pass, added --random-prompts for demo page and --lora to use a sample with the lora disabled, probably finally fixed validation dataloader breaking on eval 2024-10-10 13:40:25 -05:00
webui.py more tweaks 2024-10-18 13:19:36 -05:00