This website requires JavaScript.
Explore
Help
Register
Sign In
ecker
/
vall-e
Watch
5
Star
9
Fork
0
You've already forked vall-e
Code
Issues
8
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b922f35b6b
vall-e
/
vall_e
History
mrq
b922f35b6b
added documentation on how these new sampling parameters are very iffy and you really need to know what you are doing to use them because this is audio generation and not text generation
2023-09-08 20:43:36 -05:00
..
emb
engines
models
added documentation on how these new sampling parameters are very iffy and you really need to know what you are doing to use them because this is audio generation and not text generation
2023-09-08 20:43:36 -05:00
utils
also cull frozen_params in the params optimizer receives to reduce VRAM it consumes
2023-09-07 18:27:02 -05:00
__init__.py
__main__.py
added lots of sampling options (top-k/top-p, repetition penalty, length penalty)
2023-09-08 20:30:54 -05:00
config.py
some day I'll get it right
2023-09-08 15:36:26 -05:00
data.py
export.py
inference.py
added lots of sampling options (top-k/top-p, repetition penalty, length penalty)
2023-09-08 20:30:54 -05:00
plot.py
train.py
seems that my PromEmbedding/RespEmbedding doesn't actually work all that well, naively using dedicated MultiEmbeddings for AR/NAR in the monolithic model is the best way to go
2023-09-08 01:03:24 -05:00